summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command/_cd
AgeCommit message (Collapse)AuthorFilesLines
2018-01-0242171: prevent parameters of various parameters from becoming globalEric Cook1-1/+1
2013-12-3032205: skip cdpath search when prefix begins with "../"Barton E. Schaefer1-1/+1
2013-12-2832190: quote _path_files -W path when completing relative to ../Barton E. Schaefer1-1/+1
2013-09-1031714: handle ".." properly when $PWD or the path prefix traverses a ↵Barton E. Schaefer1-2/+14
symbolic link.
2010-06-06unposted: fix incorrectly capitalized completion descriptionsDoug Kearns1-4/+4
2008-03-2824775: improve _cd option handlingPeter Stephenson1-4/+29
2003-09-0319021: in command position, try to complete directories once and once onlyOliver Kiddle1-2/+3
2002-01-30fixlet to avoid an empty string in an array; cause completion after cd ↵Sven Wischnowsky1-0/+2
without any matches to not report that there were no matches (16515)
2001-10-05make _cd use only one call to _alternative, including completions from ↵Sven Wischnowsky1-16/+16
_tilde (using the named-directories tag) (15945)
2001-08-22Don't treat numbers as cd-able vars.Bart Schaefer1-1/+1
2001-06-28Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵Sven Wischnowsky1-23/+47
(15152)
2001-06-21Completion for AUTO_CD.Bart Schaefer1-1/+1
2001-04-02moved from Completion/Builtins/_cdSven Wischnowsky1-0/+54