about summary refs log tree commit diff
path: root/Functions/Zle/add-zle-hook-widget
Commit message (Collapse)AuthorAgeFilesLines
* Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget.Barton E. Schaefer2016-07-171-186/+0
|
* 38866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer2016-07-171-21/+36
| | | | Edge case handling, wrap in anonymous function for kshautoload management.
* 38850: Simplify indexing scheme to store hooks in the order they are addedBarton E. Schaefer2016-07-131-31/+39
| | | | Also, better handling of edge cases and of autoloading/sourcing file
* 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ↵Barton E. Schaefer2016-06-191-23/+46
| | | | hook that is added without one, to preserve append ordering
* 38670: New function for managing ZLE special widgets, modeled after ↵Barton E. Schaefer2016-06-121-0/+140
Functions/Misc/add-zsh-hook.