1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
zsh/Completion/Core
2000-06-29 08:09:45 +00:00
..
_all_labels use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_alternative make sure caller-supplied explanation takes precedence (10579) 2000-04-07 12:43:31 +00:00
_approximate don't use $match for something different than (#b)ackrefs (11464) 2000-05-19 08:24:16 +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 add _in_vared for completion inside vared; make insert-tab default to `false' there 2000-05-15 13:19:26 +00:00
_complete make _complete return the right value (12109) 2000-06-28 14:27:25 +00:00
_correct Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
_description allow _expand to expand braces; better detection of braces to complete in C (11973) 2000-06-19 09:55:31 +00:00
_expand don't expand partially typed parameter expansions (12118) 2000-06-29 08:09:45 +00:00
_file_descriptors use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_files make _files try each pattern only once (and stop after `*') (11915) 2000-06-15 09:06:21 +00:00
_funcall Initial revision 1999-11-18 10:05:45 +00:00
_history typo in _history; missing free()s in zle_tricky.c (12067) 2000-06-26 08:20:33 +00:00
_ignored fix for completer lookup in _ignored (12070) 2000-06-26 09:36:12 +00:00
_list zstyle -e option; change math-styles to boolean ones; change defaults for _expand styles (11937) 2000-06-16 07:31:09 +00:00
_main_complete even more fun with the menu style (no=num, yes=long-list, reverse meaning of yes=num) (12114) 2000-06-29 07:04:17 +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 use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_next_label use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_normal optimise command lookup in old and new completion (user/3124) 2000-06-07 11:21:42 +00:00
_oldlist make _oldlist not use the dummy match added for the warning (12099) 2000-06-28 09:04:02 +00:00
_options new match spec characters bBeE, match only word/line not both (11977) 2000-06-19 10:48:21 +00:00
_parameters allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029) 2000-06-22 08:42:36 +00:00
_path_files improve filename completion; use accept-exact for in-path completion; new fake style (11971) 2000-06-19 09:32:30 +00:00
_prefix misc. completion cleanups and changes (11242) 2000-05-08 08:16:32 +00:00
_requested use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_sep_parts use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_set_options new match spec characters bBeE, match only word/line not both (11977) 2000-06-19 10:48:21 +00:00
_setup fix for list-colors handling (12107) 2000-06-28 13:59:21 +00:00
_sort_tags completion doc fixes and cleanup; _sort_tags updated (11047) 2000-05-02 08:14:28 +00:00
_tags allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029) 2000-06-22 08:42:36 +00:00
_unset_options new match spec characters bBeE, match only word/line not both (11977) 2000-06-19 10:48:21 +00:00
_wanted use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
.distfiles new _history completer (10979) 2000-04-27 14:16:15 +00:00
compdump a bit of security for compinit (avoid using things writable by others); avoid handling files with the same name twice; remove compconf (11998) 2000-06-20 07:15:38 +00:00
compinit compinit some more (12043) 2000-06-23 08:05:41 +00:00
compinstall 12076: better saving in file in compinstall 2000-06-26 16:17:52 +00:00