mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
fix(redo): make redo of Lua mappings in op-pending mode work (#23566)
This commit is contained in:
@@ -881,7 +881,7 @@ static int insert_handle_key(InsertState *s)
|
||||
goto check_pum;
|
||||
|
||||
case K_LUA:
|
||||
map_execute_lua();
|
||||
map_execute_lua(false);
|
||||
|
||||
check_pum:
|
||||
// nvim_select_popupmenu_item() can be called from the handling of
|
||||
|
Reference in New Issue
Block a user