[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-448-gec5762c

Igor Murzov e-mail at date.by
Sun Oct 9 18:23:40 UTC 2011


The following commit has been merged in the master branch:
commit ec5762cba9ef34f6836da858560e47b196cbb6cf
Author: Igor Murzov <e-mail at date.by>
Date:   Sun Oct 9 22:18:38 2011 +0400

    cppcheck: Add new option arguments completions (added in cppcheck-1.51).

diff --git a/completions/cppcheck b/completions/cppcheck
index bb45beb..befd109 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -34,11 +34,11 @@ _cppcheck()
             return
             ;;
         --std)
-            COMPREPLY=( $( compgen -W 'posix' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'c99 posix' -- "$cur" ) )
             return
             ;;
         --platform)
-            COMPREPLY=( $( compgen -W 'unix32 unix64 win32 win64' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64' -- "$cur" ) )
             return
             ;;
         --xml-version)

-- 
bash-completion



More information about the Bash-completion-commits mailing list