[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-153-g1a3967c

Ville Skyttä ville.skytta at iki.fi
Sun Mar 31 18:20:21 UTC 2013


The following commit has been merged in the master branch:
commit 1a3967c8d4d8d9027040e00ecf0756dafaeb88ec
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list