about summary refs log tree commit diff
path: root/Functions/Zle
Commit message (Expand)AuthorAgeFilesLines
* 52641: incarg: add a backward variant and make it repeatablemidchildan2024-03-051-7/+57
* 52546: incarg: avoid unneeded subshellMikael Magnusson2024-02-161-2/+1
* 52520: add new features and improvements to the "incarg" ZLE widgetmidchildan2024-02-151-31/+242
* 52082: Enable linewise edit-command when in visual-line mode.Christoffer Lundell2023-09-161-4/+19
* 50323: create helper for shadowing builtins or existing functions and use it ...Bart Schaefer2022-06-041-1/+2
* 48942: Let EDITOR invoked by edit-command-line know it's a zsh scriptAkinori MUSHA2021-06-031-0/+1
* 48707: fix keymap handling when zed invokes read-from-minibuffer; update docBart Schaefer2021-05-151-5/+22
* 47307: edit-command-line: restrict editing to region if it is activeMikael Magnusson2020-08-161-7/+29
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-2/+6
* 47305: edit-command-line: when possible, set $BUFFER directlyMikael Magnusson2020-08-161-4/+23
* 45003: Fix more documentation typosMartijn Dekker2019-12-111-2/+2
* unposted (see 44772): quote the string argument to zle -UBart Schaefer2019-09-241-2/+2
* 43755: Fix state management for repeat uses to avoid clobbering command line ...Bart Schaefer2019-07-081-2/+3
* unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson2018-12-191-0/+2
* 43779 (tweaked): add parentheses to fix expression with cprecedences option setJoey Pabalinas2018-11-081-2/+2
* 41899: handle multi-word values of $VISUAL et al., and line counting of buffe...Barton E. Schaefer2017-10-151-5/+5
* 41265: quote the inserted file names as necessaryWieland Hoffmann2017-06-161-2/+2
* unposted: fix typo in url-quote-magicEric Cook2017-06-131-1/+1
* unposted: Use typeset -g in insert-unicode-charPeter Stephenson2017-05-021-2/+2
* Oliver: 40118: alternate fix replacing 40115Barton E. Schaefer2016-12-241-25/+19
* 40115: revert 38579 due to bug restoring BUFFER after history searchZhiming Wang2016-12-061-19/+25
* unposted: set new vichange flag for surround widgetOliver Kiddle2016-11-251-0/+1
* 39986, 39989: improve handling of vi-repeat-changeOliver Kiddle2016-11-201-0/+3
* 39884: fix history-beginning-search-menu for history lines containing a pipe ...Oliver Kiddle2016-11-091-1/+1
* unposted: add "--" to zle widget call for conventional sanityBarton E. Schaefer2016-10-291-1/+1
* unposted: handle empty pastes and "zle bracketed-paste variablename" form.Barton E. Schaefer2016-10-281-2/+2
* bracketed-paste-url-magic: Handle magnet links too, and allow for schemes wit...Mikael Magnusson2016-09-191-2/+2
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-221-1/+1
* 38957: make use of updates to match-words-by-style and better support complet...Oliver Kiddle2016-07-281-28/+27
* unposted: fix vi-pipe for visual mode: don't need to force line modeOliver Kiddle2016-07-281-1/+1
* 38953: Fix some issues with match-words-by-style.Peter Stephenson2016-07-282-15/+45
* 38936: fix vi-pipe function for option compatibilityOliver Kiddle2016-07-241-3/+8
* 38929: new vim style text object using match-words-by-style mechanismOliver Kiddle2016-07-241-0/+121
* 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
* 38850: Simplify indexing scheme to store hooks in the order they are addedBarton E. Schaefer2016-07-131-31/+39
* 38796: Fix subword matching on last character of subword.Peter Stephenson2016-07-081-1/+7
* 38770: vi upper/lowercase widgets and shell widget example that reads a vi mo...Oliver Kiddle2016-06-291-0/+31
* 38749: fixes for case at start of a line and for ksharraysOliver Kiddle2016-06-222-1/+7
* 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ...Barton E. Schaefer2016-06-191-23/+46
* 38693: Add RPN mode to zcalcPeter Stephenson2016-06-161-1/+2
* 38670: New function for managing ZLE special widgets, modeled after Functions...Barton E. Schaefer2016-06-121-0/+140
* 38579: simplify saving and restoring of stateOliver Kiddle2016-06-091-25/+19
* unposted: update documentary comments to remove references to self-insert-unm...Barton E. Schaefer2016-05-091-2/+2
* 37971: fix potential issues when interacting with user-defined widgetsBarton E. Schaefer2016-02-141-2/+2
* 37570: give truth to the doc assertion transpose-words-match is a drop-in rep...Barton E. Schaefer2016-01-131-1/+10
* 37567: use (Z:n:) to split the buffer into words so line breaks are treated a...Barton E. Schaefer2016-01-131-3/+3
* unposted (after users/20873): Theoretical fix: don't parse print/echo escape ...Daniel Shahaf2015-12-191-2/+2
* 37386: localise mbegin, mend, match in URL magicPeter Stephenson2015-12-111-1/+1
* users/20873: disable bracketed paste while running external editor from zleOliver Kiddle2015-12-111-3/+7