summaryrefslogtreecommitdiff
path: root/Functions/Zle
AgeCommit message (Expand)AuthorFilesLines
2015-12-0337295: kill-word-match: Join killsDaniel Shahaf2-0/+4
2015-11-2037170: suppress global create warning in functionPeter Stephenson1-5/+5
2015-10-3037027: allow subword context to discriminate between wordsPeter Stephenson1-2/+7
2015-10-2736994: declare local REPLY for use with "zle .read-command"; use .self-insert...Barton E. Schaefer1-3/+3
2015-10-2136871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ...Barton E. Schaefer1-4/+7
2015-10-01unposted: bracketed-paste-url-magic: actually do what the comment saysMikael Magnusson1-4/+6
2015-10-0136692: bracketed-paste-url-magic: simpler alternative for handling pasted urlsMikael Magnusson1-0/+42
2015-09-2236587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for...Barton E. Schaefer1-3/+6
2015-09-12unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ad...Barton E. Schaefer1-13/+5
2015-09-1136483: handle incomplete multibyte characters in bracketed-paste-magiPeter Stephenson1-4/+12
2015-08-3036338: Replace "5.0.9" with "5.1" in source commentsAxel Beckert2-2/+2
2015-08-2136266: preserve emulation and setopt context for init and finish functions, h...Barton E. Schaefer1-9/+42
2015-08-1736212: save and restore HISTNO along with other editor state, for sanity of "...Barton E. Schaefer1-3/+5
2015-08-16unposted: mention bracketed-paste-magic in url-quote-magic commentsBarton E. Schaefer1-0/+6
2015-08-1636195, 36196: wrapper of bracketed-paste for compatibilty with url-quote-magi...Barton E. Schaefer1-0/+192
2015-08-1336131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is refe...Oliver Kiddle1-13/+23
2015-08-05unposted (c.f. Bart: 35902): use - after zle -U in case $key is -Oliver Kiddle1-1/+1
2015-07-2435807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf1-1/+4
2015-07-2235823: fix handling of MARK and CURSOR, clean up documentary commentBarton E. Schaefer1-26/+37
2015-07-1335769: edit-command-line: Go to the right byte offsetDaniel Shahaf1-1/+11
2015-07-1435737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee...Oliver Kiddle1-1/+4
2015-06-2235558: narrow-to-region: Use unique parameter names for new featureMikael Magnusson1-5/+5
2015-06-2135545: enhance narrow-to-region to return LBUFFER and RBUFFERPeter Stephenson1-2/+11
2015-06-1435469: test UNDO_CHANGE_NO to determine whether to start over or use the next...Barton E. Schaefer1-3/+9
2015-05-1335093: new zle widgets for Vim-style text objectsOliver Kiddle3-0/+202
2014-12-2734067: safe tempfile creation, part 1Barton E. Schaefer1-7/+5
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-48/+0
2014-08-10unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 releasePeter Stephenson1-0/+1
2014-07-24unposted: replace-argument can take negative prefix to count from endPeter Stephenson1-7/+9
2014-07-1732866: new replace-argument ZLE function.Peter Stephenson2-0/+55
2014-04-07addition to 32527: also update .distfilesPeter Stephenson1-0/+1
2014-04-0732527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson1-0/+8
2014-02-28users 18531 plus doc etc.: new expand-absolute-path widgetPeter Stephenson2-0/+20
2013-10-27Some syntax adjustments in _expand_word_and_keep. Add a working URL.Barton E. Schaefer1-10/+17
2013-04-0531222: Stop {up,down}-line-or-beginning-search from triggering warn_create_gl...Frank Terbeck2-0/+4
2013-01-24users/17608: use function to modify currrent command line argumentPeter Stephenson1-13/+22
2012-06-04users/17132: skip-whitespace-first style for compatibility with bash etc.Peter Stephenson2-83/+91
2012-05-0230461, 30462 (tweaked): add missing local for match, mbegin and mendMikael Magnusson1-1/+1
2012-04-01users/16944: more locals needed in url-quote-magicPeter Stephenson1-1/+2
2012-03-30add some braces to avoid compiler warningsPeter Stephenson1-0/+2
2012-03-29users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson1-0/+9
2012-02-14users/16760: make reply local in url-quote-magic for the benefit of stylesPeter Stephenson1-0/+1
2011-11-0729894: display and use previous replacement in replace-stringPeter Stephenson1-5/+15
2011-11-0429892: fix regular expression replacements in replace-stringPeter Stephenson2-26/+15
2011-08-20Belatedly add move-line-in-buffer.Bart Schaefer1-0/+1
2011-08-1428852: Use syntax that doesn't depend on SHORT_LOOPS being set.Mikael Magnusson1-2/+1
2011-06-08Jeremy Sylvestre: 29468: add some ligatures and symbols to composed charactersPeter Stephenson1-4/+54
2011-06-05fix whitespace in Functions/Zle/move-line-in-bufferClint Adams1-1/+1
2011-06-01users/16064: example widget for line motion inside multiline buffersBart Schaefer1-0/+16
2011-04-25unposted: Revert change from 28896, which did more evil than good.Frank Terbeck1-2/+0