mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
@@ -7987,8 +7987,8 @@ static void nv_event(cmdarg_T *cap)
|
||||
multiqueue_process_events(main_loop.events);
|
||||
finish_op = false;
|
||||
if (may_restart) {
|
||||
// Tricky: if restart_edit was set before the handler we are in ctrl-o mode
|
||||
// but if not, the event should be allow to trigger :startinsert
|
||||
// Tricky: if restart_edit was set before the handler we are in ctrl-o mode,
|
||||
// but if not, the event should be allowed to trigger :startinsert.
|
||||
cap->retval |= CA_COMMAND_BUSY; // don't call edit() now
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user