The following commit has been merged in the master branch:
commit 1a3967c8d4d8d9027040e00ecf0756dafaeb88ec
Author: Ville Skyttä <[email protected]>
Date:   Sun Mar 31 21:19:59 2013 +0300

    cppcheck: Complete --include= with filenames.

diff --git a/completions/cppcheck b/completions/cppcheck
index ed9da3e..64bb9b0 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -7,7 +7,7 @@ _cppcheck()
 
     case $prev in
         --append|--exitcode-suppressions|--file-list|--rule-file|\
-        --suppressions-list|--includes-file|-i)
+        --suppressions-list|--includes-file|--include|-i)
             _filedir
             return
             ;;

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to