zsh-users
 help / color / mirror / code / Atom feed
* edit-command-line breaks out of vared
@ 2018-08-19 12:22 Daniel Shahaf
  2018-08-19 13:18 ` Mikael Magnusson
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Shahaf @ 2018-08-19 12:22 UTC (permalink / raw)
  To: zsh-users

[[[
$ zsh -f
% l=( 1 2 3  )
% bindkey -e
% autoload edit-command-line
% zle -N edit-command-line
% bindkey '^Fc' edit-command-line
% vared l
<press ^F c>
<:w>
<:q>
% 1 2 3<CURSOR>
]]]

I expected quitting the editor to let me resume the vared session, but
instead it left me with the variable's value as a command line.

Cheers,

Daniel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-05 11:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-19 12:22 edit-command-line breaks out of vared Daniel Shahaf
2018-08-19 13:18 ` Mikael Magnusson
2018-08-19 19:03   ` Bart Schaefer
2018-08-20 12:58     ` Daniel Shahaf
2020-08-05 11:12       ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).