From 9cbd68becbd728d5fda88a6f456c4c72eac92ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 10 Jan 2016 22:44:55 +0200 Subject: 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 323d799e..b7f9bcbb 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) -- cgit v1.2.1