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

tilde quoting.



% zsh -f
is27e1u11% echo $ZSH_VERSION
3.1.5-pws-25
is27e1u11% autoload -U compinit; compinit -D
is27e1u11% mkdir -p ~/tst/a.b
is27e1u11% touch ~/tst/a.b/c
is27e1u11% ls ~/tst/a/<TAB>

Then, the command line is expanded as follows.

is27e1u11% ls \~/tst/a.b/c     

Hm. The tilde is quoted.
I think it's a bug.
-- 
Tanaka Akira



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