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

space-quoting problem somewhere in _values?



% compdef '_values -s " " test test:test:_files' valuetest
% mkdir -p /tmp/one/"two and three"/four/five
% valuetest test=/tmp/<TAB>

Completion won't descend lower than /one/two\ and\ three/ because of the
spaces.



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