The following commit has been merged in the master branch:
commit 2a88af018edba97035dcf94fa42498826ec60e52
Author: Ville Skyttä <[email protected]>
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

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to