[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-33-g1c362f4

Igor Murzov e-mail at date.by
Wed Sep 5 14:06:25 UTC 2012


The following commit has been merged in the master branch:
commit 1c362f4c99eea0ae32ffb6f006f71d1bfb18bc78
Author: Igor Murzov <e-mail at date.by>
Date:   Wed Sep 5 15:34:56 2012 +0400

    cppcheck: Add new standards to --std option.
    
    These were introduced in cppcheck-1.56.

diff --git a/completions/cppcheck b/completions/cppcheck
index bcf937b..2ee5359 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -40,7 +40,8 @@ _cppcheck()
             return
             ;;
         --std)
-            COMPREPLY=( $( compgen -W 'c99 c++11 posix' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'c89 c99 c11 c++03 c++11 posix' \
+                -- "$cur" ) )
             return
             ;;
         --platform)

-- 
bash-completion



More information about the Bash-completion-commits mailing list