Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

edit-command-line breaks out of vared



[[[
$ 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



Messages sorted by: Reverse Date, Date, Thread, Author