diff --git a/completions/cppcheck b/completions/cppcheck index bcf937bb..2ee5359b 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)