1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-03 08:11:03 +02:00
zsh/Completion/Base
2000-05-19 08:24:16 +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
_arg_compile Initial revision 1999-09-21 01:24:44 +00:00
_argument_sets make _argument_sets add the options as defaults when there is nothing else to complete (11324) 2000-05-11 11:27:39 +00:00
_arguments don't use $match for something different than (#b)ackrefs (11464) 2000-05-19 08:24:16 +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 add _in_vared for completion inside vared; make insert-tab default to `false' there 2000-05-15 13:19:26 +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