Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_path_files -W change
- X-seq: zsh-workers 8890
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: _path_files -W change
- Date: Fri, 03 Dec 1999 20:41:31 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This used to work. Has it officially stopped? MH folder completion
currently won't work because of it. That can be trivially changed if the
new behaviour is correct.
foopath=~/Mail
compdef _foo foo
foo() { _path_files -W foopath -/ }
foo <TAB>
used to expand $foopath and complete directories, now doesn't.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author