summaryrefslogtreecommitdiff
path: root/Functions/Zle
AgeCommit message (Expand)AuthorFilesLines
2024-03-0552641: incarg: add a backward variant and make it repeatablemidchildan1-7/+57
2024-02-1652546: incarg: avoid unneeded subshellMikael Magnusson1-2/+1
2024-02-1552520: add new features and improvements to the "incarg" ZLE widgetmidchildan1-31/+242
2023-09-1652082: Enable linewise edit-command when in visual-line mode.Christoffer Lundell1-4/+19
2022-06-0450323: create helper for shadowing builtins or existing functions and use it ...Bart Schaefer1-1/+2
2021-06-0348942: Let EDITOR invoked by edit-command-line know it's a zsh scriptAkinori MUSHA1-0/+1
2021-05-1548707: fix keymap handling when zed invokes read-from-minibuffer; update docBart Schaefer1-5/+22
2020-08-1647307: edit-command-line: restrict editing to region if it is activeMikael Magnusson1-7/+29
2020-08-1647306: edit-command-line: add editor styleMikael Magnusson1-2/+6
2020-08-1647305: edit-command-line: when possible, set $BUFFER directlyMikael Magnusson1-4/+23
2019-12-1145003: Fix more documentation typosMartijn Dekker1-2/+2
2019-09-24unposted (see 44772): quote the string argument to zle -UBart Schaefer1-2/+2
2019-07-0843755: Fix state management for repeat uses to avoid clobbering command line ...Bart Schaefer1-2/+3
2018-12-19unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson1-0/+2
2018-11-0843779 (tweaked): add parentheses to fix expression with cprecedences option setJoey Pabalinas1-2/+2
2017-10-1541899: handle multi-word values of $VISUAL et al., and line counting of buffe...Barton E. Schaefer1-5/+5
2017-06-1641265: quote the inserted file names as necessaryWieland Hoffmann1-2/+2
2017-06-13unposted: fix typo in url-quote-magicEric Cook1-1/+1
2017-05-02unposted: Use typeset -g in insert-unicode-charPeter Stephenson1-2/+2
2016-12-24Oliver: 40118: alternate fix replacing 40115Barton E. Schaefer1-25/+19
2016-12-0640115: revert 38579 due to bug restoring BUFFER after history searchZhiming Wang1-19/+25
2016-11-25unposted: set new vichange flag for surround widgetOliver Kiddle1-0/+1
2016-11-2039986, 39989: improve handling of vi-repeat-changeOliver Kiddle1-0/+3
2016-11-0939884: fix history-beginning-search-menu for history lines containing a pipe ...Oliver Kiddle1-1/+1
2016-10-29unposted: add "--" to zle widget call for conventional sanityBarton E. Schaefer1-1/+1
2016-10-28unposted: handle empty pastes and "zle bracketed-paste variablename" form.Barton E. Schaefer1-2/+2
2016-09-19bracketed-paste-url-magic: Handle magnet links too, and allow for schemes wit...Mikael Magnusson1-2/+2
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf1-1/+1
2016-07-2838957: make use of updates to match-words-by-style and better support complet...Oliver Kiddle1-28/+27
2016-07-28unposted: fix vi-pipe for visual mode: don't need to force line modeOliver Kiddle1-1/+1
2016-07-2838953: Fix some issues with match-words-by-style.Peter Stephenson2-15/+45
2016-07-2438936: fix vi-pipe function for option compatibilityOliver Kiddle1-3/+8
2016-07-2438929: new vim style text object using match-words-by-style mechanismOliver Kiddle1-0/+121
2016-07-17Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget.Barton E. Schaefer1-186/+0
2016-07-1738866: update add-zle-hook-widget doc for 38850, bug fixesBarton E. Schaefer1-21/+36
2016-07-1338850: Simplify indexing scheme to store hooks in the order they are addedBarton E. Schaefer1-31/+39
2016-07-0838796: Fix subword matching on last character of subword.Peter Stephenson1-1/+7
2016-06-2938770: vi upper/lowercase widgets and shell widget example that reads a vi mo...Oliver Kiddle1-0/+31
2016-06-2238749: fixes for case at start of a line and for ksharraysOliver Kiddle2-1/+7
2016-06-1938715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ...Barton E. Schaefer1-23/+46
2016-06-1638693: Add RPN mode to zcalcPeter Stephenson1-1/+2
2016-06-1238670: New function for managing ZLE special widgets, modeled after Functions...Barton E. Schaefer1-0/+140
2016-06-0938579: simplify saving and restoring of stateOliver Kiddle1-25/+19
2016-05-09unposted: update documentary comments to remove references to self-insert-unm...Barton E. Schaefer1-2/+2
2016-02-1437971: fix potential issues when interacting with user-defined widgetsBarton E. Schaefer1-2/+2
2016-01-1337570: give truth to the doc assertion transpose-words-match is a drop-in rep...Barton E. Schaefer1-1/+10
2016-01-1337567: use (Z:n:) to split the buffer into words so line breaks are treated a...Barton E. Schaefer1-3/+3
2015-12-19unposted (after users/20873): Theoretical fix: don't parse print/echo escape ...Daniel Shahaf1-2/+2
2015-12-1137386: localise mbegin, mend, match in URL magicPeter Stephenson1-1/+1
2015-12-11users/20873: disable bracketed paste while running external editor from zleOliver Kiddle1-3/+7