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

zsh-3.1.5-pws-19 unquotes prefix.



Z(2):akr@is27e1u11% ./Src/zsh -f
is27e1u11% fpath=($PWD/Completion/*(/))
is27e1u11% . Completion/Core/compinit
is27e1u11% _tst () { compset -P '\*' && compadd -- a }
is27e1u11% _comps[tst]=_tst
is27e1u11% tst \*<TAB>

I get following.

is27e1u11% tst *a 

I think that zsh sould not unquote *.

is27e1u11% tst \*a 
-- 
Tanaka Akira



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