[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [PATCH] Fix bash completion
From: |
Bernhard Walle |
Subject: |
[Quilt-dev] [PATCH] Fix bash completion |
Date: |
Wed, 3 Sep 2008 09:08:23 +0200 |
Hi,
the completion of "quilt fold < " is currently broken. That patch would
fix it. Is that acceptable?
Bernhard
--- bash_completion 3 Feb 2006 12:05:30 -0000 1.24
+++ bash_completion 12 Aug 2008 14:41:04 -0000
@@ -184,6 +184,7 @@
COMPREPLY=( $( compgen -W "0 1" -- $cur ) )
;;
*)
+ _quilt_comfile
COMPREPLY=( address@hidden:-} $( compgen -W "-p" --
$cur ) ) ;;
esac
- [Quilt-dev] [PATCH] Fix bash completion,
Bernhard Walle <=