From 9efe36d8e7204816441c76991ba3191eb1bc250c Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 21 Oct 2016 14:58:30 +0200 Subject: bash_completion: Use _quilt_comfile for diff All other commands use _quilt_comfile so do the same for diff for consistency. --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit