doc [ci skip] #10129

- document lua vim.loop #10123
This commit is contained in:
Justin M. Keyes
2019-06-10 15:53:42 +02:00
committed by GitHub
parent c83926cd0a
commit 04e2ba85b1
5 changed files with 106 additions and 45 deletions

View File

@@ -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
}
}