Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Re: Something odd is going on with completion contexts



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