about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_cd
Commit message (Expand)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 symbolic...Barton E. Schaefer2013-09-101-2/+14
* 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 withou...Sven Wischnowsky2002-01-301-0/+2
* make _cd use only one call to _alternative, including completions from _tilde...Sven Wischnowsky2001-10-051-16/+16
* 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 (1...Sven Wischnowsky2001-06-281-23/+47
* Completion for AUTO_CD.Bart Schaefer2001-06-211-1/+1
* moved from Completion/Builtins/_cdSven Wischnowsky2001-04-021-0/+54