zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: make _urls magicequalsubst aware
@ 2000-06-17 18:34 Tanaka Akira
  2000-06-17 19:31 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Tanaka Akira @ 2000-06-17 18:34 UTC (permalink / raw)
  To: zsh-workers

Z(2):akr@flux% Src/zsh -f
flux% bindkey -e; autoload -U compinit; compinit -D
flux% setopt magicequalsubst 
flux% curl <TAB>
_urls:56: glob not found

Hm.  `g:=glob' should be quoted.

Index: Completion/User/_urls
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_urls,v
retrieving revision 1.13
diff -u -r1.13 _urls
--- Completion/User/_urls	2000/06/08 14:36:25	1.13
+++ Completion/User/_urls	2000/06/17 18:32:05
@@ -53,7 +53,7 @@
 fi
 
 glob=(-g '*(^/)')
-zparseopts -D -K -E g:=glob
+zparseopts -D -K -E 'g:=glob'
 
 ipre="$IPREFIX"
 
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-06-17 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-17 18:34 PATCH: make _urls magicequalsubst aware Tanaka Akira
2000-06-17 19:31 ` Bart Schaefer
2000-06-17 19:46   ` PATCH: magicequalsubst (Re: PATCH: make _urls magicequalsubst aware) Bart Schaefer

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).