All other commands use _quilt_comfile so do the same for diff for
consistency.
---
 bash_completion |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 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



_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to