summaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash_completion b/bash_completion
index 75f1568..9fd0ebf 100644
--- a/bash_completion
+++ b/bash_completion
@@ -184,6 +184,7 @@ _quilt_completion()
COMPREPLY=( $( compgen -W "0 1" -- $cur ) )
;;
*)
+ _quilt_comfile
COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-p" -- $cur ) )
;;
esac