[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-438-ge81223a

Igor Murzov e-mail at date.by
Sun Sep 25 23:04:00 UTC 2011


The following commit has been merged in the master branch:
commit fd57faa53411549aa50ed8949a3bdba9c4280cf8
Author: Igor Murzov <e-mail at date.by>
Date:   Wed Sep 21 03:31:52 2011 +0400

    cppcheck: -i also accepts file names.

diff --git a/completions/cppcheck b/completions/cppcheck
index fc98251..272166b 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -9,7 +9,7 @@ _cppcheck()
 
     case $prev in
         --append|--exitcode-suppressions|--file-list|--rule-file|\
-        --suppressions-list)
+        --suppressions-list|-i)
             _filedir
             return
             ;;
@@ -25,7 +25,7 @@ _cppcheck()
             COMPREPLY=( $( compgen -W '{0..255}' -- "$cur" ) )
             return
             ;;
-        -I|-i)
+        -I)
             _filedir -d
             return
             ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list