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:08:19 +00:00
..
Completer moved from Completion/Core/_menu 2001-04-02 11:08:19 +00:00
Core moved from Completion/Core/_wanted 2001-04-02 11:05:04 +00:00
_arg_compile Initial revision 1999-09-21 01:24:44 +00:00
_arguments don't add options as completions if a `->state' action was used and we are directly after the option (in the same word) (13809) 2001-03-28 09:50:36 +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
_cache_invalid 12486: new completion caching layer 2000-08-02 13:45:51 +00:00
_combination use compadd -[ak] (11549) 2000-05-31 09:38:25 +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
_describe use compadd -[ak] (11549) 2000-05-31 09:38:25 +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
_regex_arguments 11223: Completion/Base/_regex_arguments, Completion/Debian/_apt, 2000-05-06 07:59:52 +00:00
_retrieve_cache 12486: new completion caching layer 2000-08-02 13:45:51 +00:00
_store_cache 12486: new completion caching layer 2000-08-02 13:45:51 +00:00
_sub_commands some small functions for completing sub-commands (generic function, init scripts, apachectl) (13536) 2001-02-26 15:05:37 +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
_values make $compcontext more powerful and easier to use for simple cases (12449) 2000-08-01 07:18:43 +00:00
.distfiles Dist more files 2001-03-08 12:03:33 +00:00