Commit Graph

49 Commits

Author SHA1 Message Date
Peter Stephenson
0b1d48472a Mikael: 27980: completion typo 2010-05-28 08:49:55 +00:00
Peter Stephenson
dc09b26c21 Mikael: 27707: glob qualifiers with argument completion 2010-02-13 19:11:12 +00:00
Peter Stephenson
c7869fad84 unposted: add P to list of glob qualifiers to complete 2010-02-12 12:56:00 +00:00
Peter Stephenson
f4f0becb63 27694: add P glob qualifier for prepending 2010-02-09 17:47:02 +00:00
Peter Stephenson
1caf52f396 Mikael: 27642: missing glob qualifier completion 2010-01-31 19:48:42 +00:00
Peter Stephenson
43c1f052ce 26756: handle completion following :s modifier 2009-03-19 16:13:48 +00:00
Peter Stephenson
1d025a2bb9 26746: tweak history modifier completion 2009-03-17 10:03:23 +00:00
Bart Schaefer
8fdc1694d1 26713: add #autoload 2009-03-13 14:59:29 +00:00
Oliver Kiddle
1fa2d1e6e5 26022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinks 2008-11-10 17:12:50 +00:00
Oliver Kiddle
5d13deda4e add completion of globbing flags 2008-11-10 15:28:41 +00:00
Peter Stephenson
a46bb7f49d 25131: typo with b:zstat loading zstat 2008-06-03 09:30:56 +00:00
Peter Stephenson
3cd59fa065 unposted: fix some .distfiles and .cvsignore stuff 2008-03-15 23:21:02 +00:00
Peter Stephenson
fd2e321313 24588: tweak glob qualifier completion
24590: turn down error reporting when unquoting
2008-02-23 18:33:57 +00:00
Peter Stephenson
485a008075 24585: completion for glob qualifiers plus
bug fix for _alternative
2008-02-23 00:10:24 +00:00
Clint Adams
53184f457b 23783: use _path_commands. 2007-08-19 23:31:30 +00:00
Peter Stephenson
b0c5f09169 see 23479: add initial features support for modules 2007-05-28 22:57:39 +00:00
Peter Stephenson
e43a5fc8ea users/1097: rehash style for external commands 2006-03-06 11:36:02 +00:00
Oliver Kiddle
0ba8ae87ea 21315: make completion functions give precendence to descriptions passed as
parameters and cleanup descriptons in calling functions
2005-06-08 12:45:24 +00:00
Clint Adams
0056db1cfb * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
allow search path for command names to be overridden by means of new
        command-path style.
2004-05-01 05:47:38 +00:00
Oliver Kiddle
ca0deae382 19767, 19785: store flags for -z and -k options to autoload allowing the
completion system to be used with ksh_autoload set
2004-04-20 12:11:13 +00:00
Peter Stephenson
3ffb3ad2f2 19014: add alias -s suf=handler 2003-09-03 10:15:32 +00:00
Sven Wischnowsky
a2deb3854a slight improvement for 16500 to allow completion after ./<TAB> in all cases (16507) 2002-01-28 16:34:12 +00:00
Clint Adams
a92fca6f8e 16500: don't complete executable files in the current directory if "." is not in path. 2002-01-27 21:57:52 +00:00
Bart Schaefer
6a75b3c0c5 16197: limit' accepts unlimited'. 2001-11-01 15:41:40 +00:00
Sven Wischnowsky
2a0862bc40 fix: make _describe handle (...) arguments correctly; use _file_descriptors after -t in conditions; don't display empty descriptions in _file_descriptors (16085) 2001-10-19 10:28:07 +00:00
Sven Wischnowsky
1df4b6620b some more places where list-separator should be used (15485) 2001-07-25 12:36:34 +00:00
Bart Schaefer
5470c1fe38 Completion for AUTO_CD. 2001-06-21 09:33:15 +00:00
Oliver Kiddle
9c9352cc76 don't complete read-only parameters on the left side of an assignment (14896) 2001-06-13 10:38:10 +00:00
Sven Wischnowsky
6618fa77c8 remove SUFFIX-handling, it's in _tilde and only needed there (13997) 2001-04-17 09:12:26 +00:00
Oliver Kiddle
621155b3ec avoid appending a / when called from _cd (13958) 2001-04-12 11:42:01 +00:00
Bart Schaefer
d4f7d8d32c Don't append a / when completing after [-+]*. 2001-04-11 22:26:11 +00:00
Oliver Kiddle
5c380d5ede add _arguments based completion for alias and jobs (13947) 2001-04-11 21:47:17 +00:00
Oliver Kiddle
da0179bfb2 new completion functions 2001-04-03 21:13:10 +00:00
Sven Wischnowsky
cbba9da870 new or changed after move 2001-04-02 12:39:40 +00:00
Sven Wischnowsky
4c16d726c5 moved from Completion/Core/_unset_options 2001-04-02 11:21:44 +00:00
Sven Wischnowsky
5957712258 moved from Completion/Core/_set_options 2001-04-02 11:21:27 +00:00
Sven Wischnowsky
8e7b2584ce moved from Completion/Builtins/_fg_jobs 2001-04-02 11:21:11 +00:00
Sven Wischnowsky
e34c0d11a2 moved from Completion/Builtins/_bg_jobs 2001-04-02 11:20:53 +00:00
Sven Wischnowsky
0542703216 moved from Completion/Builtins/_popd 2001-04-02 11:20:31 +00:00
Sven Wischnowsky
fd4859bccb moved from Completion/Core/_parameters 2001-04-02 11:20:15 +00:00
Sven Wischnowsky
24415b2cc9 moved from Completion/Core/_options 2001-04-02 11:19:47 +00:00
Sven Wischnowsky
bf5ca4e6e1 moved from Completion/Core/_file_descriptors 2001-04-02 11:19:30 +00:00
Sven Wischnowsky
01fa693061 moved from Completion/Builtins/_vars 2001-04-02 11:19:13 +00:00
Sven Wischnowsky
62cb8c5a63 moved from Completion/Builtins/_limits 2001-04-02 11:18:56 +00:00
Sven Wischnowsky
c36c2be37a moved from Completion/Builtins/_functions 2001-04-02 11:18:39 +00:00
Sven Wischnowsky
e96369ff5f moved from Completion/Builtins/_arrays 2001-04-02 11:18:22 +00:00
Sven Wischnowsky
b564a4944d moved from Completion/Builtins/_aliases 2001-04-02 11:18:06 +00:00
Sven Wischnowsky
894cc61b1e moved from Completion/Base/_jobs 2001-04-02 11:17:48 +00:00
Sven Wischnowsky
a287459b90 moved from Completion/Base/_command_names 2001-04-02 11:17:31 +00:00