Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion for hosts and character classes
- X-seq: zsh-workers 6947
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: completion for hosts and character classes
- Date: Fri, 2 Jul 1999 15:07:20 +0200 (MET DST)
- In-reply-to: Sven Wischnowsky's message of Fri, 2 Jul 1999 11:48:58 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I wrote:
> -
> +set -x
Ahem.
Bye
Sven
diff -u oc/Core/_expand Completion/Core/_expand
--- oc/Core/_expand Fri Jul 2 15:06:51 1999
+++ Completion/Core/_expand Fri Jul 2 15:06:55 1999
@@ -57,7 +57,7 @@
# `%o' in this string will be replaced by the original string.
local exp word="$PREFIX$SUFFIX" group=-V
-set -x
+
# Do this only for the first global matcher.
[[ "$compstate[matcher]" -le 1 ]] || return 1
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author