mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
vim-patch:8.2.0274: hang with combination of feedkeys(), Ex mode and :global
Problem: Hang with combination of feedkeys(), Ex mode and :global.
(Yegappan Lakshmanan)
Solution: Add the pending_exmode_active flag.
9e2bcb5d23
This commit is contained in:
@@ -7899,9 +7899,11 @@ void do_exedit(exarg_T *eap, win_T *old_curwin)
|
||||
need_wait_return = false;
|
||||
msg_scroll = 0;
|
||||
redraw_all_later(NOT_VALID);
|
||||
pending_exmode_active = true;
|
||||
|
||||
normal_enter(false, true);
|
||||
|
||||
pending_exmode_active = false;
|
||||
RedrawingDisabled = rd;
|
||||
no_wait_return = nwr;
|
||||
msg_scroll = ms;
|
||||
|
Reference in New Issue
Block a user