1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 00:51:05 +02:00
Commit graph

23 commits

Author SHA1 Message Date
Christoffer Lundell
f72757ccf3 52082: Enable linewise edit-command when in visual-line mode. 2023-09-16 20:06:12 -07:00
Akinori MUSHA
bd328a2a9c 48942: Let EDITOR invoked by edit-command-line know it's a zsh script 2021-06-03 00:28:06 +02:00
Mikael Magnusson
0bc559d091 47307: edit-command-line: restrict editing to region if it is active 2020-08-16 18:04:43 +02:00
Mikael Magnusson
841188439b 47306: edit-command-line: add editor style 2020-08-16 18:04:43 +02:00
Mikael Magnusson
d877073959 47305: edit-command-line: when possible, set $BUFFER directly
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.
2020-08-16 18:04:43 +02:00
Peter Stephenson
b6169745c1 unposted, c.f. 43913: emulate -L zsh in edit-command-line
Otherwise bad effects observed with GLOB_SUBST set.
2018-12-19 09:54:26 +00:00
Barton E. Schaefer
96845524a6 41899: handle multi-word values of $VISUAL et al., and line counting of buffer for emacs startup 2017-10-15 11:17:06 -07:00
Daniel Shahaf
1f2bdc2aa2 unposted (after users/20873): Theoretical fix: don't parse print/echo escape sequences in $zle_bracketed_paste. 2015-12-19 10:48:48 +00:00
Oliver Kiddle
f546ea64df users/20873: disable bracketed paste while running external editor from zle 2015-12-11 05:34:48 +01:00
Barton E. Schaefer
56ed4df898 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, for emacsclient 2015-09-22 08:52:52 -07:00
Daniel Shahaf
a8e18dc370 35807: edit-command-line: Fix for non-7bit-data (after 35769)
Bug reported and fix suggested by Mikael.
2015-07-24 14:11:27 +00:00
Daniel Shahaf
35ffe36318 35769: edit-command-line: Go to the right byte offset 2015-07-13 23:21:54 +00:00
Barton E. Schaefer
200accac63 34067: safe tempfile creation, part 1 2014-12-27 23:59:29 -08:00
Frank Terbeck
875f048b8b unposted: Revert change from 28896, which did more evil than good. 2011-04-25 22:26:18 +00:00
Frank Terbeck
166d91a480 28896: unset `monitor' option while the widget is running to avoid accidential data loss. 2011-03-16 20:53:57 +00:00
Peter Stephenson
4de3dbac16 c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 14:01:12 +00:00
Clint Adams
0414a4fd70 26141: word-split EDITOR/VISUAL so users can have multi-argument commands in those variables. 2008-12-16 15:41:13 +00:00
Peter Stephenson
ffabab4e74 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
Oliver Kiddle
43136502b7 17928: Zvi Har'El: don't interpret escapes when setting the command buffer 2002-11-12 12:09:47 +00:00
Bart Schaefer
c984716708 Better handling of multi-line buffers. 2001-03-11 19:30:35 +00:00
Clint Adams
39ab4f33c6 13323: handle multi-line buffers in edit-command-line widget 2001-02-14 15:37:53 +00:00
Bart Schaefer
f4e8281646 11302: Cursor placement and defensive programming. 2000-05-10 15:22:34 +00:00
Peter Stephenson
50997c02b3 11299: edit-command-line zle widget 2000-05-10 13:32:23 +00:00