mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
Merge pull request #10344 from bfredl/extcmdredraw
cmdline: remove invalid cmdline_show event when aborting mapping
This commit is contained in:
@@ -1978,6 +1978,7 @@ static int command_line_changed(CommandLineState *s)
|
||||
static void abandon_cmdline(void)
|
||||
{
|
||||
XFREE_CLEAR(ccline.cmdbuff);
|
||||
ccline.redraw_state = kCmdRedrawNone;
|
||||
if (msg_scrolled == 0) {
|
||||
compute_cmdrow();
|
||||
}
|
||||
|
Reference in New Issue
Block a user