The following commit has been merged in the master branch:
commit fd57faa53411549aa50ed8949a3bdba9c4280cf8
Author: Igor Murzov <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits