fix(redo): make redo of Lua mappings in op-pending mode work (#23566)

This commit is contained in:
zeertzjq
2023-05-10 17:42:14 +08:00
committed by GitHub
parent 4e5061dba7
commit 5ac2e47acc
8 changed files with 57 additions and 25 deletions

View File

@@ -1140,7 +1140,7 @@ static int command_line_execute(VimState *state, int key)
} else if (s->c == K_COMMAND) {
do_cmdline(NULL, getcmdkeycmd, NULL, DOCMD_NOWAIT);
} else {
map_execute_lua();
map_execute_lua(false);
}
// nvim_select_popupmenu_item() can be called from the handling of