Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: file completion
- X-seq: zsh-workers 9642
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: file completion
- Date: 10 Feb 2000 06:54:43 +0900
- In-reply-to: Sven Wischnowsky's message of "Wed, 9 Feb 2000 17:25:48 +0100 (MET)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200002091625.RAA17482@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <200002091625.RAA17482@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> This mainly makes _path_files a bit faster.
>
> And then I finally got fed up with those longish while-getopts loops
> and added a small builtin (zparseopts) that can be used to replace
> such loops.
After 9635, "_path_files -S ''" doesn't work well.
Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% _tst () { _path_files -S '' }
is27e1u11% tst D<TAB>
->
is27e1u11% tst Doc-M
Of course, there is no file named as `Doc-M'.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author