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

pws-19 + patches: parameter completion before pipeline



I just noted it. Is it intentional?

bor@itsrm2:/tools/src/zsh-3.1.5-pws-19%> zsh -f
itsrm2% fpath=($PWD/Completion/*)
itsrm2% source ./Completion/Core/compinit 
itsrm2% zmodload parameter 
itsrm2% print -l ${(k)opt<TAB> | grep glob
                         ^ move cursor here
B-e-e-p, but
itsrm2% print -l ${(k)opt<TAB>
itsrm2% print -l ${(k)opt            
opt       options 

The patch list I have:
6318
6322
6326
6330
6331
6332
6335
6340
6343
6345
6346
6352
6354
6355
6368
6369
6374

/andrej              



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