1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/Base
2000-05-25 07:58:44 +00:00
..
_arg_compile Initial revision 1999-09-21 01:24:44 +00:00
_arguments use set -A' instead of eval' in more places (11525) 2000-05-23 08:54:30 +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
_combination Initial revision 1999-09-22 13:33:14 +00:00
_command_names Initial revision 1999-04-15 18:05:38 +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 make _arguments use more than one action when appropriate; add _argument_sets to complete different sets of arguments and options for the same command (10908) 2000-04-25 09:48:08 +00:00
_equal Initial revision 1999-04-15 18:05:38 +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 Use _math for completing the let builtin 2000-05-09 17:16:08 +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
_subscript Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
_tilde avoid tilde- and parameter-completion in quotes (11407) 2000-05-16 11:24:55 +00:00
_value change suffix added when completing an assigned value (10807) 2000-04-18 12:26:30 +00:00
_values _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
.distfiles add _in_vared for completion inside vared; make insert-tab default to `false' there 2000-05-15 13:19:26 +00:00