| Commit message (Expand) | Author | Age | Files | Lines |
* | 38957: make use of updates to match-words-by-style and better support complet... | Oliver Kiddle | 2016-07-28 | 1 | -28/+27 |
* | unposted: fix vi-pipe for visual mode: don't need to force line mode | Oliver Kiddle | 2016-07-28 | 1 | -1/+1 |
* | 38953: Fix some issues with match-words-by-style. | Peter Stephenson | 2016-07-28 | 2 | -15/+45 |
* | 38936: fix vi-pipe function for option compatibility | Oliver Kiddle | 2016-07-24 | 1 | -3/+8 |
* | 38929: new vim style text object using match-words-by-style mechanism | Oliver Kiddle | 2016-07-24 | 1 | -0/+121 |
* | Relocate add-zle-hook-widget, everything else in Functions/Zle is a widget. | Barton E. Schaefer | 2016-07-17 | 1 | -186/+0 |
* | 38866: update add-zle-hook-widget doc for 38850, bug fixes | Barton E. Schaefer | 2016-07-17 | 1 | -21/+36 |
* | 38850: Simplify indexing scheme to store hooks in the order they are added | Barton E. Schaefer | 2016-07-13 | 1 | -31/+39 |
* | 38796: Fix subword matching on last character of subword. | Peter Stephenson | 2016-07-08 | 1 | -1/+7 |
* | 38770: vi upper/lowercase widgets and shell widget example that reads a vi mo... | Oliver Kiddle | 2016-06-29 | 1 | -0/+31 |
* | 38749: fixes for case at start of a line and for ksharrays | Oliver Kiddle | 2016-06-22 | 2 | -1/+7 |
* | 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ... | Barton E. Schaefer | 2016-06-19 | 1 | -23/+46 |
* | 38693: Add RPN mode to zcalc | Peter Stephenson | 2016-06-16 | 1 | -1/+2 |
* | 38670: New function for managing ZLE special widgets, modeled after Functions... | Barton E. Schaefer | 2016-06-12 | 1 | -0/+140 |
* | 38579: simplify saving and restoring of state | Oliver Kiddle | 2016-06-09 | 1 | -25/+19 |
* | unposted: update documentary comments to remove references to self-insert-unm... | Barton E. Schaefer | 2016-05-09 | 1 | -2/+2 |
* | 37971: fix potential issues when interacting with user-defined widgets | Barton E. Schaefer | 2016-02-14 | 1 | -2/+2 |
* | 37570: give truth to the doc assertion transpose-words-match is a drop-in rep... | Barton E. Schaefer | 2016-01-13 | 1 | -1/+10 |
* | 37567: use (Z:n:) to split the buffer into words so line breaks are treated a... | Barton E. Schaefer | 2016-01-13 | 1 | -3/+3 |
* | unposted (after users/20873): Theoretical fix: don't parse print/echo escape ... | Daniel Shahaf | 2015-12-19 | 1 | -2/+2 |
* | 37386: localise mbegin, mend, match in URL magic | Peter Stephenson | 2015-12-11 | 1 | -1/+1 |
* | users/20873: disable bracketed paste while running external editor from zle | Oliver Kiddle | 2015-12-11 | 1 | -3/+7 |
* | 37295: kill-word-match: Join kills | Daniel Shahaf | 2015-12-03 | 2 | -0/+4 |
* | 37170: suppress global create warning in function | Peter Stephenson | 2015-11-20 | 1 | -5/+5 |
* | 37027: allow subword context to discriminate between words | Peter Stephenson | 2015-10-30 | 1 | -2/+7 |
* | 36994: declare local REPLY for use with "zle .read-command"; use .self-insert... | Barton E. Schaefer | 2015-10-27 | 1 | -3/+3 |
* | 36871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ... | Barton E. Schaefer | 2015-10-21 | 1 | -4/+7 |
* | unposted: bracketed-paste-url-magic: actually do what the comment says | Mikael Magnusson | 2015-10-01 | 1 | -4/+6 |
* | 36692: bracketed-paste-url-magic: simpler alternative for handling pasted urls | Mikael Magnusson | 2015-10-01 | 1 | -0/+42 |
* | 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for... | Barton E. Schaefer | 2015-09-22 | 1 | -3/+6 |
* | unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ad... | Barton E. Schaefer | 2015-09-12 | 1 | -13/+5 |
* | 36483: handle incomplete multibyte characters in bracketed-paste-magi | Peter Stephenson | 2015-09-11 | 1 | -4/+12 |
* | 36338: Replace "5.0.9" with "5.1" in source comments | Axel Beckert | 2015-08-30 | 2 | -2/+2 |
* | 36266: preserve emulation and setopt context for init and finish functions, h... | Barton E. Schaefer | 2015-08-21 | 1 | -9/+42 |
* | 36212: save and restore HISTNO along with other editor state, for sanity of "... | Barton E. Schaefer | 2015-08-17 | 1 | -3/+5 |
* | unposted: mention bracketed-paste-magic in url-quote-magic comments | Barton E. Schaefer | 2015-08-16 | 1 | -0/+6 |
* | 36195, 36196: wrapper of bracketed-paste for compatibilty with url-quote-magi... | Barton E. Schaefer | 2015-08-16 | 1 | -0/+192 |
* | 36131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is refe... | Oliver Kiddle | 2015-08-13 | 1 | -13/+23 |
* | unposted (c.f. Bart: 35902): use - after zle -U in case $key is - | Oliver Kiddle | 2015-08-05 | 1 | -1/+1 |
* | 35807: edit-command-line: Fix for non-7bit-data (after 35769) | Daniel Shahaf | 2015-07-24 | 1 | -1/+4 |
* | 35823: fix handling of MARK and CURSOR, clean up documentary comment | Barton E. Schaefer | 2015-07-22 | 1 | -26/+37 |
* | 35769: edit-command-line: Go to the right byte offset | Daniel Shahaf | 2015-07-13 | 1 | -1/+11 |
* | 35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee... | Oliver Kiddle | 2015-07-14 | 1 | -1/+4 |
* | 35558: narrow-to-region: Use unique parameter names for new feature | Mikael Magnusson | 2015-06-22 | 1 | -5/+5 |
* | 35545: enhance narrow-to-region to return LBUFFER and RBUFFER | Peter Stephenson | 2015-06-21 | 1 | -2/+11 |
* | 35469: test UNDO_CHANGE_NO to determine whether to start over or use the next... | Barton E. Schaefer | 2015-06-14 | 1 | -3/+9 |
* | 35093: new zle widgets for Vim-style text objects | Oliver Kiddle | 2015-05-13 | 3 | -0/+202 |
* | 34067: safe tempfile creation, part 1 | Barton E. Schaefer | 2014-12-27 | 1 | -7/+5 |
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 1 | -48/+0 |
* | unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1 | Peter Stephenson | 2014-08-10 | 1 | -0/+1 |