summaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion b/bash_completion
index fa1d6d5..dc2b9d5 100644
--- a/bash_completion
+++ b/bash_completion
@@ -159,7 +159,7 @@ _quilt_completion()
--diff|-U|-C)
;;
*)
- _filedir
+ _quilt_comfile
COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "-p -P -u -U -c -C -R -z -h --snapshot --diff --no-timestamps --no-index --combine --sort" -- $cur ) )
;;
esac