zsh-workers
 help / color / mirror / code / Atom feed
* completion in braces
@ 2002-10-08  4:58 Danek Duvall
  2002-11-07 16:43 ` PATCH: " Oliver Kiddle
  0 siblings, 1 reply; 3+ messages in thread
From: Danek Duvall @ 2002-10-08  4:58 UTC (permalink / raw)
  To: Zsh Workers

Completion inside braces of filenames containing commas leaves the
filenames improperly escaped:

% ls
a,a  a,b  a,c  b,a  b,b  b,c
% ls -l $PWD/{			Hit tab =>
% ls -l $PWD/{a,a		Type comma/tab/tab =>
% ls -l $PWD/{a,a,a,b

And so forth.  That should probably look like

% ls -l $PWD/{a\,a		Type comma/tab/tab =>
% ls -l $PWD/{a\,a,a\,b

Is that possible?

I'm seeing this on 4.0.3 and 4.0.5, and I can reproduce it with a plain
zsh -f, followed by "autoload -U compinit; compinit -i".

Thanks,
Danek


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

end of thread, other threads:[~2002-11-11  9:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-08  4:58 completion in braces Danek Duvall
2002-11-07 16:43 ` PATCH: " Oliver Kiddle
2002-11-11  9:03   ` 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).