1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/Core
2001-03-29 08:59:48 +00:00
..
_all_labels test if the colon is quoted (13725) 2001-03-23 10:39:04 +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 make sure caller-supplied explanation takes precedence (10579) 2000-04-07 12:43:31 +00:00
_approximate probably no reason to put the (#a?) flag after an initial tilde in _approximate anymore (13730) 2001-03-23 13:58:57 +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 `services', allowing easier re-use of (parts of) completion functions (13346) 2001-01-15 09:11:31 +00:00
_complete add `services', allowing easier re-use of (parts of) completion functions (13346) 2001-01-15 09:11:31 +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 fix comparison of expansions with expanded prefix (missing quoting) (13833) 2001-03-29 08:59:48 +00:00
_expand_alias new _expand_aliases to, well, expand aliases (13566) 2001-03-05 13:18:59 +00:00
_file_descriptors use compadd -[ak] (11549) 2000-05-31 09:38:25 +00:00
_files Various new, improved, fixed or updated functions (13600) 2001-03-11 22:53:41 +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 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment 2001-03-06 07:47:26 +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 unset ZLS_COLORS if list-colors not set (13768) 2001-03-26 09:15:45 +00:00
_match aloow value `pattern' for insert-unambiguous style to preserve patterns in the original string; add list-suffixes style to make file completion list path suffixes if possible; slightly improved completion of pathnames with multiple pattern-components (13128) 2000-11-08 09:20:42 +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 next try to get rid of empty strings being added as possible completion by _multi_parts (13830) 2001-03-29 08:39:39 +00:00
_next_label test if the colon is quoted (13725) 2001-03-23 10:39:04 +00:00
_normal some small functions for completing sub-commands (generic function, init scripts, apachectl) (13536) 2001-02-26 15:05:37 +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 fixlet, complicated match specs could result in incorrect words being used as possible path expansions (13724) 2001-03-23 09:55:49 +00:00
_prefix 13544, 13568 (Peter): + syntax for matchers in matcher-list to augment 2001-03-06 07:47:26 +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 unset ZLS_COLORS if list-colors not set (13768) 2001-03-26 09:15:45 +00:00
_tags Various new, improved, fixed or updated functions (13600) 2001-03-11 22:53:41 +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 Dist more files 2001-03-08 12:03:33 +00:00
compaudit Move compinit security checks into compaudit. 2000-07-26 08:54:58 +00:00
compdump add `services', allowing easier re-use of (parts of) completion functions (13346) 2001-01-15 09:11:31 +00:00
compinit spelling corrections (13610) 2001-03-12 17:39:22 +00:00
compinstall spelling corrections (13610) 2001-03-12 17:39:22 +00:00