[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: zsh completion for CVS



On 2003-11-27 10:04:43 +0100, Magnus Therning wrote:
> Yes, I know. I still remember the good old days when I had a working CVS
> completion in zsh. I am trying to add not-previously-added C-files :(

I have no problem here, with zsh 4.0.7-16 (unstable).
You can try something like:

greux:~> zsh -f
greux% autoload -U compinit
greux% compinit
greux% cd <your_CVS_working_directory>
greux% touch foo.c
greux% cvs add [TAB]

(assuming you don't have a foo.c file). Does zsh try to complete
to foo.c (and possibly other files)?

I've also tried on a stable Debian version (3.0), and no problem
either.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Reply to: