[Bash-completion-commits] [SCM] bash-completion branch, use-_get_comp_words_by_ref, updated. f894f07500af8734a3c855f381c8382751463a45

Freddy Vulto fvulto at gmail.com
Sun Mar 14 10:22:10 UTC 2010


The following commit has been merged in the use-_get_comp_words_by_ref branch:
commit f894f07500af8734a3c855f381c8382751463a45
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Sun Mar 14 11:21:56 2010 +0100

    Fix comment

diff --git a/bash_completion b/bash_completion
index 3948863..0d329f8 100644
--- a/bash_completion
+++ b/bash_completion
@@ -347,7 +347,7 @@ ___get_cword_at_cursor_by_ref() {
 #     -c VARNAME  Return cur within specified VARNAME
 #     -p VARNAME  Return prev within specified VARNAME
 #     -w VARNAME  Return words within specified VARNAME
-#     -i VARNAME  Return words within specified VARNAME
+#     -i VARNAME  Return cword within specified VARNAME
 #
 # Example usage:
 #

-- 
bash-completion



More information about the Bash-completion-commits mailing list