summaryrefslogtreecommitdiff
path: root/Functions/Zle/edit-command-line
AgeCommit message (Collapse)AuthorFilesLines
2023-09-1652082: Enable linewise edit-command when in visual-line mode.Christoffer Lundell1-4/+19
2021-06-0348942: Let EDITOR invoked by edit-command-line know it's a zsh scriptAkinori MUSHA1-0/+1
2020-08-1647307: edit-command-line: restrict editing to region if it is activeMikael Magnusson1-7/+29
2020-08-1647306: edit-command-line: add editor styleMikael Magnusson1-2/+6
2020-08-1647305: edit-command-line: when possible, set $BUFFER directlyMikael Magnusson1-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.
2018-12-19unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson1-0/+2
Otherwise bad effects observed with GLOB_SUBST set.
2017-10-1541899: handle multi-word values of $VISUAL et al., and line counting of ↵Barton E. Schaefer1-5/+5
buffer for emacs startup
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-11users/20873: disable bracketed paste while running external editor from zleOliver Kiddle1-3/+7
2015-09-2236587: use +LINE:COLUMN to place the cursor when invoking emacs variants, ↵Barton E. Schaefer1-3/+6
for emacsclient
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-1335769: edit-command-line: Go to the right byte offsetDaniel Shahaf1-1/+11
2014-12-2734067: safe tempfile creation, part 1Barton E. Schaefer1-7/+5
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.
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson1-1/+1
2008-12-1626141: word-split EDITOR/VISUAL so users can have multi-argument commands in ↵Clint Adams1-1/+1
those variables.
2008-07-1125276: use autoload -z for zsh-autoload functionsPeter Stephenson1-1/+1
2002-11-1217928: Zvi Har'El: don't interpret escapes when setting the command bufferOliver Kiddle1-1/+1
2001-03-11Better handling of multi-line buffers.Bart Schaefer1-5/+2
2001-02-1413323: handle multi-line buffers in edit-command-line widgetClint Adams1-3/+6
2000-05-1011302: Cursor placement and defensive programming.Bart Schaefer1-5/+4
2000-05-1011299: edit-command-line zle widgetPeter Stephenson1-0/+18