[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-72-gc6f6080

Ville Skyttä ville.skytta at iki.fi
Tue Nov 6 21:03:41 UTC 2012


The following commit has been merged in the master branch:
commit c6f6080569e3572893a6ff6561b3b8182dd2d2c1
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Nov 6 23:03:05 2012 +0200

    valgrind: Fix full path <command> arg completion.

diff --git a/completions/valgrind b/completions/valgrind
index 6fd3f5d..0895099 100644
--- a/completions/valgrind
+++ b/completions/valgrind
@@ -77,6 +77,7 @@ _valgrind()
                     return
                     ;;
                 \<command\>)
+                    compopt -o filenames
                     COMPREPLY=( $( compgen -c -- "$cur" ) )
                     return
                     ;;

-- 
bash-completion



More information about the Bash-completion-commits mailing list