1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-09 22:11:16 +02:00
Commit graph

12 commits

Author SHA1 Message Date
Bart Schaefer
a99f96797f 50323: create helper for shadowing builtins or existing functions and use it when redefining compadd et al. 2022-06-04 14:19:42 -07:00
Bart Schaefer
3fe6bd56ed 48709: suppress error messages from comptry 2021-05-15 13:26:56 -07:00
Barton E. Schaefer
8142fc3fdb For help listing, capture the fallback to compctl in case there is one defined 2016-04-09 08:54:54 -07:00
Barton E. Schaefer
ce929eb37e 36841: factor out and update the patterns that filter "uninteresting" functions out of the $funcstack display 2015-10-11 21:23:38 -07:00
Barton E. Schaefer
8a35ec4eef 31205: Do not display "(eval)" as a tag context 2013-06-10 00:18:52 -07:00
Bart Schaefer
b4b02fbc8a 31234: use an "always" block instead of "trap" to clean up various function
overrides
2013-04-07 13:37:25 -07:00
Peter Stephenson
b01d1e56a2 23567: new _complete_help_generic zle non-completion widget 2007-06-19 09:28:06 +00:00
Sven Wischnowsky
9ea7493889 don't display _dispatch as one of the called functions (17438) 2002-07-08 08:59:38 +00:00
Oliver Kiddle
ae0bba2bfc 16397: use nul instead of colon to avoid problems with _value: functions 2002-01-03 18:26:56 +00:00
Bart Schaefer
ef89be124d Fix handling of interrupt in two completion widgets. 2001-06-21 10:05:19 +00:00
Sven Wischnowsky
4a7abbfdd6 use `eval $_comp_setup' in all entry points of the completion system to not only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) 2001-05-29 11:59:50 +00:00
Sven Wischnowsky
f5ff83fe0b moved from Completion/Commands/_complete_help 2001-04-02 11:14:40 +00:00