1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-29 03:16:06 +02:00
zsh/Completion/Base/Utility
Oliver Kiddle 0394b7cf17 52373: fix _numbers for suffixes containing % and update affected functions 2023-12-05 18:51:33 +01:00
..
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
_alternative 43928: _alternative: Evaluate (...) action syntax as with _arguments 2018-12-23 07:36:11 -06:00
_arg_compile moved from Completion/Base/_arg_compile 2001-04-02 11:09:17 +00:00
_arguments 49519: quote completed options as needed and remove the now superfluous quotes from option specifications 2021-10-26 18:35:36 +02:00
_cache_invalid moved from Completion/Base/_cache_invalid 2001-04-02 11:09:51 +00:00
_call_function moved from Completion/Core/_funcall 2001-04-02 11:13:30 +00:00
_call_program 49272: Set $COLUMNS in _call_program to ensure cached command output is sufficiently wide 2021-08-27 09:47:32 +02:00
_combination Mikael: 28531: typos 2010-12-16 13:55:35 +00:00
_comp_locale 31369: set locale for completion if locale command is not usable 2013-05-04 16:07:34 +01:00
_complete_help_generic 23567: new _complete_help_generic zle non-completion widget 2007-06-19 09:28:06 +00:00
_describe 44274: allow finer control of completion match soring with compadd's -o option 2019-05-07 23:24:49 +02:00
_guard 44274: allow finer control of completion match soring with compadd's -o option 2019-05-07 23:24:49 +02:00
_multi_parts 45130: _multi_parts: Always pass -f to compadd if given by caller 2019-12-26 20:26:58 -06:00
_nothing tidy up of many completions (updates, fixes, improvements and plain aesthetics) 2003-07-31 15:26:13 +00:00
_numbers 52373: fix _numbers for suffixes containing % and update affected functions 2023-12-05 18:51:33 +01:00
_pick_variant unposted: _pick_variant: Use ${(P) ::= rather than eval 2019-04-22 22:04:24 -05:00
_regex_arguments 16398: updated zstyle completion and related cleanup 2002-01-04 12:09:29 +00:00
_regex_words 41563: fix completion description alignment with _regex_words 2017-08-18 13:02:18 +02:00
_retrieve_cache 20204: Motoi Washida: typo in _retrieve_cache 2004-07-28 09:33:20 +00:00
_sep_parts 44274: allow finer control of completion match soring with compadd's -o option 2019-05-07 23:24:49 +02:00
_sequence 45895: ignore deduplication patterns in _sequence 2020-06-26 00:34:33 +02:00
_set_command remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819) 2002-03-13 09:28:04 +00:00
_shadow unposted: extra quoting of words in "eval" for safety 2023-09-09 22:11:50 -07:00
_store_cache 47395: _store_cache: Don't leak the variable ${_cache_dir}. 2020-09-22 07:10:51 +00:00
_sub_commands moved from Completion/Base/_sub_commands 2001-04-02 11:11:52 +00:00
_values 50184: fix inclusion of -S separator in -r options passed to compadd through _describe 2022-05-07 16:54:31 -07:00