summaryrefslogtreecommitdiff
path: root/Completion/Zsh/Command/_cd
AgeCommit message (Expand)AuthorFilesLines
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 symbolic...Barton E. Schaefer1-2/+14
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 withou...Sven Wischnowsky1-0/+2
2001-10-05make _cd use only one call to _alternative, including completions from _tilde...Sven Wischnowsky1-16/+16
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 (1...Sven Wischnowsky1-23/+47
2001-06-21Completion for AUTO_CD.Bart Schaefer1-1/+1
2001-04-02moved from Completion/Builtins/_cdSven Wischnowsky1-0/+54