summaryrefslogtreecommitdiff
path: root/Functions/Zle
AgeCommit message (Collapse)AuthorFilesLines
2016-01-1337570: give truth to the doc assertion transpose-words-match is a drop-in ↵Barton E. Schaefer1-1/+10
replacement for transpose-words
2016-01-1337567: use (Z:n:) to split the buffer into words so line breaks are treated ↵Barton E. Schaefer1-3/+3
as whitespace
2015-12-19unposted (after users/20873): Theoretical fix: don't parse print/echo escape ↵Daniel Shahaf1-2/+2
sequences in $zle_bracketed_paste.
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
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 ↵Barton E. Schaefer1-3/+3
.self-insert instead of .self-insert-unmeta
2015-10-2136871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ↵Barton E. Schaefer1-4/+7
the function Just in case any later initialization might have side-effects.
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, ↵Barton E. Schaefer1-3/+6
for emacsclient
2015-09-12unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ↵Barton E. Schaefer1-13/+5
adapt to new default behavior of zle_highlight for paste
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, ↵Barton E. Schaefer1-9/+42
handle vi modes
2015-08-1736212: save and restore HISTNO along with other editor state, for sanity of ↵Barton E. Schaefer1-3/+5
"zle undo"
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 ↵Barton E. Schaefer1-0/+192
url-quote-magic and other self-insert wrapper widgets
2015-08-1336131: make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is ↵Oliver Kiddle1-13/+23
referenced for a clear change number marking the current state
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
Bug reported and fix suggested by Mikael.
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 ↵Oliver Kiddle1-1/+4
beep when limit is reached
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 ↵Barton E. Schaefer1-3/+9
next history event
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
Also a couple of read-from-minibuffer fixes: don't pass numeric argument to recursive edit, and hide the minibuffer edit from the undo history.
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 ↵Frank Terbeck2-0/+4
warn_create_global This is a followup to 30995 taking Peter's suggestions from 30997 into account.
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
in widgets using forward-word-match
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
improve variable save and restore in read-from-minibuffer
2011-08-20Belatedly add move-line-in-buffer.Bart Schaefer1-0/+1