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