1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-16 18:31:28 +02:00
Commit graph

14 commits

Author SHA1 Message Date
Sebastian Stark
bb36b80178 51470 (tweaked, c.f. 51476): Separate cdpath elements in path-directories completion 2023-02-24 14:40:38 +01:00
Eric Cook
99cf61fd42 42171: prevent parameters of various parameters from becoming global 2018-01-02 14:38:03 -05:00
Barton E. Schaefer
ea55ea039d 32205: skip cdpath search when prefix begins with "../" 2013-12-30 12:45:53 -08:00
Barton E. Schaefer
407cfc0f4f 32190: quote _path_files -W path when completing relative to ../ 2013-12-28 00:38:04 -08:00
Barton E. Schaefer
012668e14e 31714: handle ".." properly when $PWD or the path prefix traverses a symbolic link. 2013-09-10 08:14:37 -07:00
Doug Kearns
a54fdc70be unposted: fix incorrectly capitalized completion descriptions 2010-06-06 13:44:11 +00:00
Peter Stephenson
594f783c77 24775: improve _cd option handling 2008-03-28 14:44:42 +00:00
Oliver Kiddle
688f8b4212 19021: in command position, try to complete directories once and once only 2003-09-03 14:07:25 +00:00
Sven Wischnowsky
908065190d fixlet to avoid an empty string in an array; cause completion after cd without any matches to not report that there were no matches (16515) 2002-01-30 08:47:52 +00:00
Sven Wischnowsky
4bf4818f5a make _cd use only one call to _alternative, including completions from _tilde (using the named-directories tag) (15945) 2001-10-05 11:56:56 +00:00
Bart Schaefer
4fe788b092 Don't treat numbers as cd-able vars. 2001-08-22 15:37:19 +00:00
Sven Wischnowsky
3eaedd99a0 Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde (15152) 2001-06-28 07:47:39 +00:00
Bart Schaefer
5470c1fe38 Completion for AUTO_CD. 2001-06-21 09:33:15 +00:00
Sven Wischnowsky
265e58278b moved from Completion/Builtins/_cd 2001-04-02 11:26:33 +00:00