zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Re: _configure or _arguments broken again?
@ 2000-04-27  9:35 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 2000-04-27  9:35 UTC (permalink / raw)
  To: zsh-workers


Andrej Borsenkow wrote:

> With today's CVS:
> 
> bor@itsrm2% zsh -f
> itsrm2% autoload -U compinit; compinit -D
> itsrm2% itsrm2% ./configure --pre=/to<TAB>
>   B-e-e-s

Uff, it was only in shell code. But still rather stupid of me.

Bye
 Sven

Index: Completion/Base/_arguments
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Base/_arguments,v
retrieving revision 1.5
diff -u -r1.5 _arguments
--- Completion/Base/_arguments	2000/04/25 09:48:09	1.5
+++ Completion/Base/_arguments	2000/04/27 09:33:59
@@ -346,10 +346,9 @@
 	IPREFIX="${IPREFIX}${equal[1]%%:*}="
 	matched=yes
 
-	comparguments -L "${equal[1]%%:*}" descr action subc
-	curcontext="${oldcontext%:*}:$subc"
+	comparguments -L "${equal[1]%%:*}" descrs actions subcs
 
-	_tags arguments
+	_tags "$subcs[@]"
 
 	continue
       fi

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-04-27  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-27  9:35 PATCH: Re: _configure or _arguments broken again? Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).