Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
space-quoting problem somewhere in _values?
- X-seq: zsh-workers 19788
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: space-quoting problem somewhere in _values?
- Date: Fri, 16 Apr 2004 15:18:55 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
% 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