zsh-workers
 help / color / mirror / code / Atom feed
* commas in brace expansion unescape on second completion
@ 2006-10-17 15:50 Mikael Magnusson
  0 siblings, 0 replies; only message in thread
From: Mikael Magnusson @ 2006-10-17 15:50 UTC (permalink / raw)
  To: zsh-workers

% zsh -f
% touch abc,def ab1234
% ls a<tab> -> ab => ab{c<tab> -> ab{c\,def, => ab{c\,def,1<tab> ->
ab{c,def,1234, => ab{c,def,1234}<enter>
ls: cannot access abc: No such file or directory
ls: cannot access abdef: No such file or directory
ab1234

Why is the \ removed from the comma when pressing tab at the 1?

-- 
Mikael Magnusson


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

only message in thread, other threads:[~2006-10-17 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-17 15:50 commas in brace expansion unescape on second completion Mikael Magnusson

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