1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/Core
2000-05-15 10:45:24 +00:00
..
_all_labels misc. completion cleanups and changes (11242) 2000-05-08 08:16:32 +00:00
_alternative make sure caller-supplied explanation takes precedence (10579) 2000-04-07 12:43:31 +00:00
_approximate misc. completion cleanups and changes (11242) 2000-05-08 08:16:32 +00:00
_call Back out 11327 and make the correct fix in _groups (redirect ypcat to stderr) 2000-05-11 16:14:58 +00:00
_compalso Initial revision 1999-04-15 18:05:38 +00:00
_complete make completion-in-vared complete parameter values as default; cleanup for _path_files (11048) 2000-05-02 08:18:54 +00:00
_correct Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
_description make _expand call _complete when called from _expand_word; add ignore-line style to ignore words already on the line (11244) 2000-05-08 08:44:52 +00:00
_expand make _expand call _complete when called from _expand_word; add ignore-line style to ignore words already on the line (11244) 2000-05-08 08:44:52 +00:00
_file_descriptors Add completion for file descriptors 2000-04-20 00:48:27 +00:00
_files _files used alternative tag-order values even if not needed (11321) 2000-05-11 09:12:57 +00:00
_funcall Initial revision 1999-11-18 10:05:45 +00:00
_history new _history completer (10979) 2000-04-27 14:16:15 +00:00
_ignored misc. completion cleanups and changes (11242) 2000-05-08 08:16:32 +00:00
_list Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
_main_complete make ^G in menu-selection restore the old command line; add select=long* values for menu style to start menu-selection if list is too long for screen (11319) 2000-05-11 08:40:09 +00:00
_match make _oldlist ignore list from _complete_help; _match runs for every match spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641) 2000-04-11 09:40:13 +00:00
_menu Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
_message fix for completing options with _arguments -s'; fix for _message to use builtin compadd' (11349) 2000-05-12 14:36:46 +00:00
_multi_parts Initial revision 1999-04-15 18:05:38 +00:00
_next_label _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
_normal Initial revision 1999-04-15 18:05:38 +00:00
_oldlist keep _oldlist from using the dummy match inserted for warnings (10691) 2000-04-12 09:28:56 +00:00
_options Initial revision 1999-04-15 18:05:38 +00:00
_parameters Initial revision 1999-04-15 18:05:38 +00:00
_path_files followup for 11364 (11367) 2000-05-15 10:45:24 +00:00
_prefix misc. completion cleanups and changes (11242) 2000-05-08 08:16:32 +00:00
_requested 11157: Completion/Core/_requested: fail if _all_labels is failed. 2000-05-04 16:19:06 +00:00
_sep_parts Initial revision 1999-04-15 18:05:38 +00:00
_set_options Initial revision 1999-04-15 18:05:38 +00:00
_setup misc. completion cleanups and changes (11242) 2000-05-08 08:16:32 +00:00
_sort_tags completion doc fixes and cleanup; _sort_tags updated (11047) 2000-05-02 08:14:28 +00:00
_tags 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
_unset_options Initial revision 1999-04-15 18:05:38 +00:00
_wanted _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 new _history completer (10979) 2000-04-27 14:16:15 +00:00
compdump Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
compinit Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
compinstall 11287: Naoki Wakamatsu: compinstall spaces to be tab 2000-05-10 08:46:45 +00:00