Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: cvs <TAB> dumps core.
- X-seq: zsh-workers 8699
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: Re: cvs <TAB> dumps core.
- Date: 21 Nov 1999 13:07:51 +0900
- In-reply-to: "Bart Schaefer"'s message of "Sat, 20 Nov 1999 19:38:46 +0000"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <rsqiu2yv3s4.fsf@xxxxxxxxxxxxxxxxx> <991120193846.ZM14808@xxxxxxxxxxxxxxxxxxxxxxx>
In article <991120193846.ZM14808@xxxxxxxxxxxxxxxxxxxxxxx>,
"Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> This was pretty obvious.
Thanks. But, I found another problem.
Z:akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% cvs <TAB>
CVS/ Src/ commit init rtag
Completion/ StartupFiles/ diff log status
Config/ Util/ edit login tag
Doc/ add editors logout unedit
Etc/ admin export rdiff update
Functions/ annotate history release watch
Misc/ checkout import remove watchers
Wow. filenames shouldn't listed.
And after second <TAB>:
is27e1u11% cvs --allow-root=CVS/
Of cause, the option `--allow-root' shouldn't completed.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author