[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-486-g2a88af0

Ville Skyttä ville.skytta at iki.fi
Sun Oct 30 09:11:54 UTC 2011


The following commit has been merged in the master branch:
commit 2a88af018edba97035dcf94fa42498826ec60e52
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 30 11:09:13 2011 +0200

    cppcheck: Wrap long line.

diff --git a/completions/cppcheck b/completions/cppcheck
index c31966d..5174833 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -36,7 +36,8 @@ _cppcheck()
             return
             ;;
         --platform)
-            COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64' -- "$cur" ) )
+            COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64' \
+                -- "$cur" ) )
             return
             ;;
         --xml-version)

-- 
bash-completion



More information about the Bash-completion-commits mailing list