summaryrefslogtreecommitdiff
path: root/Functions/Zle
AgeCommit message (Collapse)AuthorFilesLines
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
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
without navigating history
2011-04-25unposted: Revert change from 28896, which did more evil than good.Frank Terbeck1-2/+0
2011-03-1628896: unset `monitor' option while the widget is running to avoid ↵Frank Terbeck1-0/+2
accidential data loss.
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-1/+1
2011-02-11users/15738: better cursor positioning in modify-current-argumentPeter Stephenson1-10/+34
2011-02-11users/15759 for send-invisibleBart Schaefer2-0/+86
2010-09-08unposted: safety on regexp errors in replace-string-againPeter Stephenson1-2/+2
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson4-4/+4
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson10-11/+11
2010-06-1628042: transpose-lines widgetPeter Stephenson2-16/+76
2010-01-1827604: substitution using regular expressionsPeter Stephenson1-3/+9
2009-10-22unposted: more local variables neededPeter Stephenson1-1/+1
2009-10-22unposted, c.f. 27313: mailing list and website movedPeter Stephenson1-1/+1
2009-01-09Benjamin R. Haskell: 26265: fix some composed charactersPeter Stephenson1-2/+2
2008-12-1626141: word-split EDITOR/VISUAL so users can have multi-argument commands in ↵Clint Adams1-1/+1
those variables.
2008-12-08Benjamin R. Haskell: users/13544: typo in composing charactersPeter Stephenson1-1/+1
2008-10-29update to 4.3.8Peter Stephenson1-2/+2
2008-07-1125276: use autoload -z for zsh-autoload functionsPeter Stephenson9-9/+9
2008-07-07unposted: fix warn_create_global warnings in copy-earlier-wordPeter Stephenson1-1/+3
2008-06-2425244: add subword-range stylePeter Stephenson3-11/+17
2008-06-24users/12987: add subword capability to word-stylePeter Stephenson2-14/+70
2008-04-07restore read-from-minibuffer save/restorePeter Stephenson1-15/+35
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson2-14/+10
2008-04-0224781: enhance word-context to use next or previous wordPeter Stephenson1-14/+11
2007-11-1024082: delete-whole-word-match failed on whitespacePeter Stephenson1-1/+1
2007-11-1024081: fix xtracePeter Stephenson1-1/+1
2007-11-10Mikael Magnusson, 24076; 24081: cancel argument processing after widgetPeter Stephenson3-4/+4
calls with general arguments
2007-08-2223791: use VARARR for MB_CUR_MAXPeter Stephenson1-1/+1
users/11791: remove mysterious comment around emulate -L zsh in incremental-complete-word