[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 8455b7ef38b151ef081cad873171eb4ee1faa20f

Freddy Vulto fvulto at gmail.com
Sat Oct 3 21:28:19 UTC 2009


The following commit has been merged in the master branch:
commit 8455b7ef38b151ef081cad873171eb4ee1faa20f
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Sat Oct 3 23:27:40 2009 +0200

    Fix comment

diff --git a/bash_completion b/bash_completion
index eb6d15e..3cacea7 100644
--- a/bash_completion
+++ b/bash_completion
@@ -367,7 +367,7 @@ __get_cword4()
 
 	cur=${cur:$word_start}
 	printf "%s" "$cur"
-} # _get_cword4()
+} # __get_cword4()
 
 
 # This function performs file and directory completion. It's better than

-- 
bash-completion



More information about the Bash-completion-commits mailing list