mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 01:56:30 +00:00
fix(redo): make redo of Lua mappings in op-pending mode work
(cherry picked from commit 5e9ef7b95b)
This commit is contained in:
committed by
github-actions[bot]
parent
9652f7c4c9
commit
06bee06ee5
@@ -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