1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/Base
2001-04-02 11:12:23 +00:00
..
Completer moved from Completion/Core/_prefix 2001-04-02 11:08:54 +00:00
Core moved from Completion/Core/_wanted 2001-04-02 11:05:04 +00:00
Utility moved from Completion/Builtins/_nothing 2001-04-02 11:12:23 +00:00
_brace_parameter _wanted now tests both tags and labels; change places where _wanted was called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) 2000-04-11 07:57:56 +00:00
_command_names use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_condition _wanted now tests both tags and labels; change places where _wanted was called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) 2000-04-11 07:57:56 +00:00
_default better completion after `=', everywhere (10780) 2000-04-17 08:22:44 +00:00
_equal use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_first completion cleanup, mostly _wanted and $expl (11049) 2000-05-02 08:23:31 +00:00
_in_vared force listing in _complete_debug; make complist with list-scrolling stopt at the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565) 2000-05-25 07:58:44 +00:00
_jobs doc changes; typo in _jobs; integer builtin understands `-i base' 2000-05-14 22:08:41 +00:00
_math add fake-parameters style to allow completing parameters which are not yet set (12946) 2000-10-10 14:12:21 +00:00
_parameter Initial revision 1999-04-15 18:05:38 +00:00
_precommand Initial revision 1999-04-15 18:05:38 +00:00
_redirect Initial revision 1999-04-15 18:05:38 +00:00
_subscript Various new, improved, fixed or updated functions (13600) 2001-03-11 22:53:41 +00:00
_tilde comment out looking up the prefix-needed style when completing directory stack entries; make _tilde use _popd, finally (13789) 2001-03-27 12:22:53 +00:00
_value allow _value:<assoc> functions to override completion for all keys of an assoc (3337) 2000-07-26 08:16:39 +00:00
.distfiles Dist more files 2001-03-08 12:03:33 +00:00