mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 13:26:06 +00:00
fix(redo): make redo of Lua mappings in op-pending mode work (#23566)
This commit is contained in:
@@ -596,7 +596,7 @@ static int terminal_execute(VimState *state, int key)
|
||||
break;
|
||||
|
||||
case K_LUA:
|
||||
map_execute_lua();
|
||||
map_execute_lua(false);
|
||||
break;
|
||||
|
||||
case Ctrl_N:
|
||||
|
Reference in New Issue
Block a user