1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-18 00:51:07 +02:00
zsh/Completion/Base/Utility
2001-06-06 09:31:54 +00:00
..
.distfiles new vnc completion and use _guard for pine completion (14112) 2001-04-26 14:00:45 +00:00
_alternative moved from Completion/Core/_alternative 2001-04-02 11:12:39 +00:00
_arg_compile
_arguments two fixes: try all actions that have to be tried (but only once), execute actions if we aren't after an option already (in the same word) (14733) 2001-06-06 09:31:54 +00:00
_cache_invalid
_call_function moved from Completion/Core/_funcall 2001-04-02 11:13:30 +00:00
_call_program moved from Completion/Core/_call 2001-04-02 11:13:47 +00:00
_combination moved from Completion/Base/_combination 2001-04-02 11:10:08 +00:00
_contexts moved from Completion/Core/_compalso 2001-04-02 11:10:27 +00:00
_describe moved from Completion/Base/_describe 2001-04-02 11:10:44 +00:00
_guard rename -W option to -w, add new -W option which makes _arguments complete options even after options that get their argument in the same word; new _guard function for conditionally displaying messages (14105) 2001-04-26 12:13:36 +00:00
_multi_parts always use supplied matchers (14599) 2001-05-31 07:17:03 +00:00
_nothing moved from Completion/Builtins/_nothing 2001-04-02 11:12:23 +00:00
_regex_arguments spelling corrections 2001-05-29 17:54:08 +00:00
_retrieve_cache moved from Completion/Base/_retrieve_cache 2001-04-02 11:11:20 +00:00
_sep_parts spelling corrections 2001-05-29 17:54:08 +00:00
_store_cache moved from Completion/Base/_store_cache 2001-04-02 11:11:36 +00:00
_sub_commands moved from Completion/Base/_sub_commands 2001-04-02 11:11:52 +00:00
_values work around ${(@P)1[3,-1]} not working as expected (14658) 2001-06-01 14:29:11 +00:00