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-10-12 08:28:26 +00:00
..
_all_labels use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_all_matches add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960) 2000-10-11 12:19:23 +00:00
_alternative
_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 if compcontext is an assoc, the keys are the completions and the values are their descriptions (12483) 2000-08-02 10:36:19 +00:00
_correct
_description allow _expand to expand braces; better detection of braces to complete in C (11973) 2000-06-19 09:55:31 +00:00
_expand add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960) 2000-10-11 12:19:23 +00:00
_file_descriptors use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_files complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892) 2000-10-05 07:31:00 +00:00
_funcall
_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 Other places where `unsetopt cshnullglob' is needed. 2000-10-06 05:18:25 +00:00
_match
_menu
_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 optimisations for _multi_parts (12354) 2000-07-24 12:52:41 +00:00
_next_label use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_normal try to return the right value (12119) 2000-06-29 08:20:32 +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 *** empty log message *** 2000-10-10 14:12:41 +00:00
_path_files rename fake style to fake-files (12973) 2000-10-12 07:08:43 +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
_tags remove possibility for func() entries in tag-order style, can be done using zstyle -e (12974) 2000-10-12 08:28:26 +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 Add compaudit to .distfiles; 3.1.9-dev-4 2000-07-31 09:34:37 +00:00
compaudit Move compinit security checks into compaudit. 2000-07-26 08:54:58 +00:00
compdump quoting 2000-08-03 13:35:43 +00:00
compinit Move compinit security checks into compaudit. 2000-07-26 08:54:58 +00:00
compinstall 12231: fix compinstall list-prompt setting 2000-07-12 11:04:07 +00:00