Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-17 | 50786: Make match etc. local when used in styles. | Peter Stephenson | 1 | -2/+2 | |
Avoids side effects of add-zle-hook-widget. | |||||
2020-06-27 | 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵ | Daniel Shahaf | 1 | -2/+2 | |
add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case. | |||||
2018-10-14 | 43685: add-zle-hook-widget: Support running under NO_UNSET ('set -u'). | Daniel Shahaf | 1 | -6/+6 | |
2016-09-30 | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 1 | -2/+2 | |
Currently, the only special widget that takes arguments is zle-keymap-select. | |||||
2016-08-30 | 39131: return on error needs to be at the outer scope. | Barton E. Schaefer | 1 | -4/+4 | |
2016-07-28 | unposted: Avoid $0 for POSIX_ARGZERO compatibility. | Daniel Shahaf | 1 | -2/+2 | |
2016-07-27 | unposted: Prefix function's name to its error messages. | Daniel Shahaf | 1 | -2/+2 | |
2016-07-17 | Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget. | Barton E. Schaefer | 1 | -0/+186 | |