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

RE: completion in quotes - " vs ' - no suffix added



> 
> > On May 14,  2:23pm, Bart Schaefer wrote:
> > }
> > } -rw-rw-r--   1 schaefer schaefer        0 May 13 10:29 a\ b
> > } drwxrwxr-x   2 schaefer schaefer     1024 May 13 10:29 a\ d/
> > } schaefer<503> zsh -c "ls a<TAB>
> > } schaefer<503> zsh -c "ls a\\\\\\
> >
> > It's worse than that -- if I type TAB again at this point, the shell
> > crashes.
> 
> The number of backslashes is ok.
> 

It is weird situation where there may be 5 or 6 backslashes without
changing semantic because in double quotes

\\non-meta

is exactly the same as

\non-meta

-andrej




Messages sorted by: Reverse Date, Date, Thread, Author