Age | Commit message (Expand) | Author | Files | Lines |
2024-03-05 | 52641: incarg: add a backward variant and make it repeatable | midchildan | 1 | -7/+57 |
2024-02-16 | 52546: incarg: avoid unneeded subshell | Mikael Magnusson | 1 | -2/+1 |
2024-02-15 | 52520: add new features and improvements to the "incarg" ZLE widget | midchildan | 1 | -31/+242 |
2023-09-16 | 52082: Enable linewise edit-command when in visual-line mode. | Christoffer Lundell | 1 | -4/+19 |
2022-06-04 | 50323: create helper for shadowing builtins or existing functions and use it ... | Bart Schaefer | 1 | -1/+2 |
2021-06-03 | 48942: Let EDITOR invoked by edit-command-line know it's a zsh script | Akinori MUSHA | 1 | -0/+1 |
2021-05-15 | 48707: fix keymap handling when zed invokes read-from-minibuffer; update doc | Bart Schaefer | 1 | -5/+22 |
2020-08-16 | 47307: edit-command-line: restrict editing to region if it is active | Mikael Magnusson | 1 | -7/+29 |
2020-08-16 | 47306: edit-command-line: add editor style | Mikael Magnusson | 1 | -2/+6 |
2020-08-16 | 47305: edit-command-line: when possible, set $BUFFER directly | Mikael Magnusson | 1 | -4/+23 |
2019-12-11 | 45003: Fix more documentation typos | Martijn Dekker | 1 | -2/+2 |
2019-09-24 | unposted (see 44772): quote the string argument to zle -U | Bart Schaefer | 1 | -2/+2 |
2019-07-08 | 43755: Fix state management for repeat uses to avoid clobbering command line ... | Bart Schaefer | 1 | -2/+3 |
2018-12-19 | unposted, c.f. 43913: emulate -L zsh in edit-command-line | Peter Stephenson | 1 | -0/+2 |
2018-11-08 | 43779 (tweaked): add parentheses to fix expression with cprecedences option set | Joey Pabalinas | 1 | -2/+2 |
2017-10-15 | 41899: handle multi-word values of $VISUAL et al., and line counting of buffe... | Barton E. Schaefer | 1 | -5/+5 |
2017-06-16 | 41265: quote the inserted file names as necessary | Wieland Hoffmann | 1 | -2/+2 |
2017-06-13 | unposted: fix typo in url-quote-magic | Eric Cook | 1 | -1/+1 |
2017-05-02 | unposted: Use typeset -g in insert-unicode-char | Peter Stephenson | 1 | -2/+2 |
2016-12-24 | Oliver: 40118: alternate fix replacing 40115 | Barton E. Schaefer | 1 | -25/+19 |
2016-12-06 | 40115: revert 38579 due to bug restoring BUFFER after history search | Zhiming Wang | 1 | -19/+25 |
2016-11-25 | unposted: set new vichange flag for surround widget | Oliver Kiddle | 1 | -0/+1 |
2016-11-20 | 39986, 39989: improve handling of vi-repeat-change | Oliver Kiddle | 1 | -0/+3 |
2016-11-09 | 39884: fix history-beginning-search-menu for history lines containing a pipe ... | Oliver Kiddle | 1 | -1/+1 |
2016-10-29 | unposted: add "--" to zle widget call for conventional sanity | Barton E. Schaefer | 1 | -1/+1 |
2016-10-28 | unposted: handle empty pastes and "zle bracketed-paste variablename" form. | Barton E. Schaefer | 1 | -2/+2 |
2016-09-19 | bracketed-paste-url-magic: Handle magnet links too, and allow for schemes wit... | Mikael Magnusson | 1 | -2/+2 |
2016-08-22 | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 1 | -1/+1 |
2016-07-28 | 38957: make use of updates to match-words-by-style and better support complet... | Oliver Kiddle | 1 | -28/+27 |
2016-07-28 | unposted: fix vi-pipe for visual mode: don't need to force line mode | Oliver Kiddle | 1 | -1/+1 |
2016-07-28 | 38953: Fix some issues with match-words-by-style. | Peter Stephenson | 2 | -15/+45 |
2016-07-24 | 38936: fix vi-pipe function for option compatibility | Oliver Kiddle | 1 | -3/+8 |
2016-07-24 | 38929: new vim style text object using match-words-by-style mechanism | Oliver Kiddle | 1 | -0/+121 |
2016-07-17 | Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget. | Barton E. Schaefer | 1 | -186/+0 |
2016-07-17 | 38866: update add-zle-hook-widget doc for 38850, bug fixes | Barton E. Schaefer | 1 | -21/+36 |
2016-07-13 | 38850: Simplify indexing scheme to store hooks in the order they are added | Barton E. Schaefer | 1 | -31/+39 |
2016-07-08 | 38796: Fix subword matching on last character of subword. | Peter Stephenson | 1 | -1/+7 |
2016-06-29 | 38770: vi upper/lowercase widgets and shell widget example that reads a vi mo... | Oliver Kiddle | 1 | -0/+31 |
2016-06-22 | 38749: fixes for case at start of a line and for ksharrays | Oliver Kiddle | 2 | -1/+7 |
2016-06-19 | 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ... | Barton E. Schaefer | 1 | -23/+46 |
2016-06-16 | 38693: Add RPN mode to zcalc | Peter Stephenson | 1 | -1/+2 |
2016-06-12 | 38670: New function for managing ZLE special widgets, modeled after Functions... | Barton E. Schaefer | 1 | -0/+140 |
2016-06-09 | 38579: simplify saving and restoring of state | Oliver Kiddle | 1 | -25/+19 |
2016-05-09 | unposted: update documentary comments to remove references to self-insert-unm... | Barton E. Schaefer | 1 | -2/+2 |
2016-02-14 | 37971: fix potential issues when interacting with user-defined widgets | Barton E. Schaefer | 1 | -2/+2 |
2016-01-13 | 37570: give truth to the doc assertion transpose-words-match is a drop-in rep... | Barton E. Schaefer | 1 | -1/+10 |
2016-01-13 | 37567: use (Z:n:) to split the buffer into words so line breaks are treated a... | Barton E. Schaefer | 1 | -3/+3 |
2015-12-19 | unposted (after users/20873): Theoretical fix: don't parse print/echo escape ... | Daniel Shahaf | 1 | -2/+2 |
2015-12-11 | 37386: localise mbegin, mend, match in URL magic | Peter Stephenson | 1 | -1/+1 |
2015-12-11 | users/20873: disable bracketed paste while running external editor from zle | Oliver Kiddle | 1 | -3/+7 |