about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_cd
Commit message (Collapse)AuthorAgeFilesLines
* fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky2002-01-301-0/+2
| | | | without any matches to not report that there were no matches (16515)
* make _cd use only one call to _alternative, including completions from ↵Sven Wischnowsky2001-10-051-16/+16
| | | | _tilde (using the named-directories tag) (15945)
* Don't treat numbers as cd-able vars.Bart Schaefer2001-08-221-1/+1
|
* Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵Sven Wischnowsky2001-06-281-23/+47
| | | | (15152)
* Completion for AUTO_CD.Bart Schaefer2001-06-211-1/+1
|
* moved from Completion/Builtins/_cdSven Wischnowsky2001-04-021-0/+54