about summary refs log tree commit diff
path: root/Functions/Zle
Commit message (Collapse)AuthorAgeFilesLines
* 34067: safe tempfile creation, part 1Barton E. Schaefer2014-12-271-7/+5
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-48/+0
|
* unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release zsh-5.0.5-dev-1Peter Stephenson2014-08-101-0/+1
|
* unposted: replace-argument can take negative prefix to count from endPeter Stephenson2014-07-241-7/+9
|
* 32866: new replace-argument ZLE function.Peter Stephenson2014-07-172-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.
* addition to 32527: also update .distfilesPeter Stephenson2014-04-071-0/+1
|
* 32527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson2014-04-071-0/+8
|
* users 18531 plus doc etc.: new expand-absolute-path widgetPeter Stephenson2014-02-282-0/+20
|
* Some syntax adjustments in _expand_word_and_keep. Add a working URL.Barton E. Schaefer2013-10-271-10/+17
|
* 31222: Stop {up,down}-line-or-beginning-search from triggering ↵Frank Terbeck2013-04-052-0/+4
| | | | | | | warn_create_global This is a followup to 30995 taking Peter's suggestions from 30997 into account.
* users/17608: use function to modify currrent command line argumentPeter Stephenson2013-01-241-13/+22
|
* users/17132: skip-whitespace-first style for compatibility with bash etc.Peter Stephenson2012-06-042-83/+91
| | | | in widgets using forward-word-match
* 30461, 30462 (tweaked): add missing local for match, mbegin and mendMikael Magnusson2012-05-021-1/+1
|
* users/16944: more locals needed in url-quote-magicPeter Stephenson2012-04-011-1/+2
|
* add some braces to avoid compiler warningsPeter Stephenson2012-03-301-0/+2
|
* users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson2012-03-291-0/+9
|
* users/16760: make reply local in url-quote-magic for the benefit of stylesPeter Stephenson2012-02-141-0/+1
|
* 29894: display and use previous replacement in replace-stringPeter Stephenson2011-11-071-5/+15
|
* 29892: fix regular expression replacements in replace-stringPeter Stephenson2011-11-042-26/+15
| | | | improve variable save and restore in read-from-minibuffer
* Belatedly add move-line-in-buffer.Bart Schaefer2011-08-201-0/+1
|
* 28852: Use syntax that doesn't depend on SHORT_LOOPS being set.Mikael Magnusson2011-08-141-2/+1
|
* Jeremy Sylvestre: 29468: add some ligatures and symbols to composed charactersPeter Stephenson2011-06-081-4/+54
|
* fix whitespace in Functions/Zle/move-line-in-bufferClint Adams2011-06-051-1/+1
|
* users/16064: example widget for line motion inside multiline buffersBart Schaefer2011-06-011-0/+16
| | | | without navigating history
* unposted: Revert change from 28896, which did more evil than good.Frank Terbeck2011-04-251-2/+0
|
* 28896: unset `monitor' option while the widget is running to avoid ↵Frank Terbeck2011-03-161-0/+2
| | | | accidential data loss.
* 28772: Update regions in region highlight dynamicallyPeter Stephenson2011-02-181-1/+1
|
* users/15738: better cursor positioning in modify-current-argumentPeter Stephenson2011-02-111-10/+34
|
* users/15759 for send-invisibleBart Schaefer2011-02-112-0/+86
|
* unposted: safety on regexp errors in replace-string-againPeter Stephenson2010-09-081-2/+2
|
* c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson2010-07-284-4/+4
|
* c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson2010-07-2810-11/+11
|
* 28042: transpose-lines widgetPeter Stephenson2010-06-162-16/+76
|
* 27604: substitution using regular expressionsPeter Stephenson2010-01-181-3/+9
|
* unposted: more local variables neededPeter Stephenson2009-10-221-1/+1
|
* unposted, c.f. 27313: mailing list and website movedPeter Stephenson2009-10-221-1/+1
|
* Benjamin R. Haskell: 26265: fix some composed charactersPeter Stephenson2009-01-091-2/+2
|
* 26141: word-split EDITOR/VISUAL so users can have multi-argument commands in ↵Clint Adams2008-12-161-1/+1
| | | | those variables.
* Benjamin R. Haskell: users/13544: typo in composing charactersPeter Stephenson2008-12-081-1/+1
|
* update to 4.3.8 zsh-4.3.8Peter Stephenson2008-10-291-2/+2
|
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-119-9/+9
|
* unposted: fix warn_create_global warnings in copy-earlier-wordPeter Stephenson2008-07-071-1/+3
|
* 25244: add subword-range stylePeter Stephenson2008-06-243-11/+17
|
* users/12987: add subword capability to word-stylePeter Stephenson2008-06-242-14/+70
|
* restore read-from-minibuffer save/restorePeter Stephenson2008-04-071-15/+35
|
* 24782: initial go at highlighting of characters in zle command linesPeter Stephenson2008-04-032-14/+10
|
* 24781: enhance word-context to use next or previous wordPeter Stephenson2008-04-021-14/+11
|
* 24082: delete-whole-word-match failed on whitespacePeter Stephenson2007-11-101-1/+1
|
* 24081: fix xtracePeter Stephenson2007-11-101-1/+1
|
* Mikael Magnusson, 24076; 24081: cancel argument processing after widgetPeter Stephenson2007-11-103-4/+4
| | | | calls with general arguments