The following commit has been merged in the master branch:
commit e3345a27b6ac356b96d6649c45ef9c2cb14ef575
Author: Igor Murzov <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits