diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/normal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 8da64bf01b..abee28e37e 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -8001,7 +8001,6 @@ static void nv_event(cmdarg_T *cap) // lists or dicts being used. may_garbage_collect = false; multiqueue_process_events(main_loop.events); - cap->retval |= CA_COMMAND_BUSY; // don't call edit() now finish_op = false; } |