about summary refs log tree commit diff
path: root/Functions/Zle/edit-command-line
Commit message (Collapse)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
| | | | | | This avoids the send-break which is both visually unappealing and might break some use cases where the user wishes to wrap edit-command-line in another widget.
* unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson2018-12-191-0/+2
| | | | Otherwise bad effects observed with GLOB_SUBST set.
* 41899: handle multi-word values of $VISUAL et al., and line counting of ↵Barton E. Schaefer2017-10-151-5/+5
| | | | buffer for emacs startup
* unposted (after users/20873): Theoretical fix: don't parse print/echo escape ↵Daniel Shahaf2015-12-191-2/+2
| | | | sequences in $zle_bracketed_paste.
* 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, ↵Barton E. Schaefer2015-09-221-3/+6
| | | | for emacsclient
* 35807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf2015-07-241-1/+4
| | | | Bug reported and fix suggested by Mikael.
* 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 ↵Frank Terbeck2011-03-161-0/+2
| | | | accidential data loss.
* 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
| | | | those variables.
* 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