[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-438-ge81223a

Igor Murzov e-mail at date.by
Sun Sep 25 23:03:58 UTC 2011


The following commit has been merged in the master branch:
commit e3345a27b6ac356b96d6649c45ef9c2cb14ef575
Author: Igor Murzov <e-mail at date.by>
Date:   Fri Sep 16 20:55:03 2011 +0400

    cppcheck: Update list of --enable= option arguments completions
    
    See: https://github.com/danmar/cppcheck/commit/d23c58d387ee93b74d1b33e6b1966ced1cb22eb0

diff --git a/completions/cppcheck b/completions/cppcheck
index bb878f2..d2791cc 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -17,8 +17,8 @@ _cppcheck()
             return
             ;;
         --enable)
-            COMPREPLY=( $( compgen -W 'all style information unusedFunction
-                missingInclude' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'all style performance portability
+                information unusedFunction missingInclude' -- "$cur" ) )
             return
             ;;
         --error-exitcode)

-- 
bash-completion



More information about the Bash-completion-commits mailing list