about summary refs log tree commit diff
path: root/Completion/Base/Widget/_complete_help
Commit message (Collapse)AuthorAgeFilesLines
* 50323: create helper for shadowing builtins or existing functions and use it ↵Bart Schaefer2022-06-041-1/+2
| | | | when redefining compadd et al.
* 48709: suppress error messages from comptryBart Schaefer2021-05-151-1/+1
|
* For help listing, capture the fallback to compctl in case there is one definedBarton E. Schaefer2016-04-091-1/+2
|
* 36841: factor out and update the patterns that filter "uninteresting" ↵Barton E. Schaefer2015-10-111-3/+6
| | | | functions out of the $funcstack display
* 31205: Do not display "(eval)" as a tag contextBarton E. Schaefer2013-06-101-1/+1
|
* 31234: use an "always" block instead of "trap" to clean up various functionBart Schaefer2013-04-071-34/+34
| | | | overrides
* 23567: new _complete_help_generic zle non-completion widgetPeter Stephenson2007-06-191-1/+1
|
* don't display _dispatch as one of the called functions (17438)Sven Wischnowsky2002-07-081-3/+3
|
* 16397: use nul instead of colon to avoid problems with _value: functionsOliver Kiddle2002-01-031-21/+16
|
* Fix handling of interrupt in two completion widgets.Bart Schaefer2001-06-211-0/+2
|
* use `eval $_comp_setup' in all entry points of the completion system to not ↵Sven Wischnowsky2001-05-291-3/+1
| | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530)
* moved from Completion/Commands/_complete_helpSven Wischnowsky2001-04-021-0/+92