From ec5762cba9ef34f6836da858560e47b196cbb6cf Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sun, 9 Oct 2011 22:18:38 +0400 Subject: cppcheck: Add new option arguments completions (added in cppcheck-1.51). --- completions/cppcheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/cppcheck b/completions/cppcheck index bb45bebf..befd109b 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) -- cgit v1.2.1