about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_cd
Commit message (Collapse)AuthorAgeFilesLines
* 42171: prevent parameters of various parameters from becoming globalEric Cook2018-01-021-1/+1
|
* 32205: skip cdpath search when prefix begins with "../"Barton E. Schaefer2013-12-301-1/+1
|
* 32190: quote _path_files -W path when completing relative to ../Barton E. Schaefer2013-12-281-1/+1
|
* 31714: handle ".." properly when $PWD or the path prefix traverses a ↵Barton E. Schaefer2013-09-101-2/+14
| | | | symbolic link.
* unposted: fix incorrectly capitalized completion descriptionsDoug Kearns2010-06-061-4/+4
|
* 24775: improve _cd option handlingPeter Stephenson2008-03-281-4/+29
|
* 19021: in command position, try to complete directories once and once onlyOliver Kiddle2003-09-031-2/+3
|
* 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