[Bash-completion-commits] [bash-completion] 01/01: cppcheck: Add native to --platform completions

Ville Skyttä scop-guest at moszumanska.debian.org
Sun Jan 10 20:44:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 9cbd68becbd728d5fda88a6f456c4c72eac92ec8
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 10 22:44:55 2016 +0200

    cppcheck: Add native to --platform completions
---
 completions/cppcheck | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/completions/cppcheck b/completions/cppcheck
index 323d799..b7f9bcb 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -56,8 +56,8 @@ _cppcheck()
             return
             ;;
         --platform)
-            COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64' \
-                -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64
+                native' -- "$cur" ) )
             return
             ;;
         -rp|--relative-paths)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list