about summary refs log tree commit diff
path: root/Functions/Zle/edit-command-line
Commit message (Expand)AuthorAgeFilesLines
* 52082: Enable linewise edit-command when in visual-line mode.Christoffer Lundell2023-09-161-4/+19
* 48942: Let EDITOR invoked by edit-command-line know it's a zsh scriptAkinori MUSHA2021-06-031-0/+1
* 47307: edit-command-line: restrict editing to region if it is activeMikael Magnusson2020-08-161-7/+29
* 47306: edit-command-line: add editor styleMikael Magnusson2020-08-161-2/+6
* 47305: edit-command-line: when possible, set $BUFFER directlyMikael Magnusson2020-08-161-4/+23
* unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson2018-12-191-0/+2
* 41899: handle multi-word values of $VISUAL et al., and line counting of buffe...Barton E. Schaefer2017-10-151-5/+5
* unposted (after users/20873): Theoretical fix: don't parse print/echo escape ...Daniel Shahaf2015-12-191-2/+2
* users/20873: disable bracketed paste while running external editor from zleOliver Kiddle2015-12-111-3/+7
* 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for...Barton E. Schaefer2015-09-221-3/+6
* 35807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf2015-07-241-1/+4
* 35769: edit-command-line: Go to the right byte offsetDaniel Shahaf2015-07-131-1/+11
* 34067: safe tempfile creation, part 1Barton E. Schaefer2014-12-271-7/+5
* 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 accidentia...Frank Terbeck2011-03-161-0/+2
* c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson2010-07-281-1/+1
* 26141: word-split EDITOR/VISUAL so users can have multi-argument commands in ...Clint Adams2008-12-161-1/+1
* 25276: use autoload -z for zsh-autoload functionsPeter Stephenson2008-07-111-1/+1
* 17928: Zvi Har'El: don't interpret escapes when setting the command bufferOliver Kiddle2002-11-121-1/+1
* Better handling of multi-line buffers.Bart Schaefer2001-03-111-5/+2
* 13323: handle multi-line buffers in edit-command-line widgetClint Adams2001-02-141-3/+6
* 11302: Cursor placement and defensive programming.Bart Schaefer2000-05-101-5/+4
* 11299: edit-command-line zle widgetPeter Stephenson2000-05-101-0/+18