Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Re: Something odd is going on with completion contexts
- X-seq: zsh-workers 16848
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: Re: Something odd is going on with completion contexts
- Date: Sun, 17 Mar 2002 17:58:23 +0000
- In-reply-to: <1020317173746.ZM12141@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1020317173746.ZM12141@xxxxxxxxxxxxxxxxxxxxxxx>
That was a lot easier to track down than I expected it to be.
[Aside: Email to brasslantern.com is down until sometime Monday morning
(US Pacific Time) because of a problem my ISP is having with *its* ISP.
This message is going out through zanshin, but I won't see replies until
that gets resolved.]
--- ../zsh-forge/current/Completion/Base/Core/_dispatch Wed Mar 13 08:32:31 2002
+++ Completion/Base/Core/_dispatch Sun Mar 17 09:51:13 2002
@@ -7,6 +7,7 @@
if [[ "$1" = -s ]]; then
noskip=yes
+ shift
fi
[[ -z "$noskip" ]] && _compskip=
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author