Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion
- X-seq: zsh-workers 7504
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: completion
- Date: 26 Aug 1999 22:17:14 +0900
- In-reply-to: Sven Wischnowsky's message of "Thu, 26 Aug 1999 14:20:11 +0200 (MET DST)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199908261220.OAA15915@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <199908261220.OAA15915@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Should be fixed by this patch.
Hm. `cvs -e vi <TAB>' works now. Thanks.
But common options are too disabled.
Z(2):akr@is27e1u11% ./Src/zsh -f
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% compconf group_matches=yes
is27e1u11% compconf message_format='%d'
is27e1u11% compconf description_format='%d'
is27e1u11% cvs <TAB>
add commit export log release tag watchers
admin diff history login remove unedit
annotate edit import logout rtag update
checkout editors init rdiff status watch
In this case, the cursor is on first non-option argument *or* option
argument. So, _arguments should complete options addition to call
_cvs_command, I suppose.
Or, should _cvs be changed to
"_arguments ... ':cvs command:_cvs_commands' '*::cvs command arguments:_cvs_args'" ?
is27e1u11% cvs -evi <TAB>
unknown cvs command: -evi
Hm.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author