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

for short form () {} doesn't complete commands, only files.



for a in a b c; do <tab> completes commands
for a (a b c) {<tab> completes files

Same in both zsh -f and with my normal .zshrc with all the new
completion code loaded.

-- 
Mikael Magnusson



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