The following commit has been merged in the master branch:
commit c6f6080569e3572893a6ff6561b3b8182dd2d2c1
Author: Ville Skyttä <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits