Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Re: cvs <TAB> dumps core.



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