mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.1729: endless loop when ":normal" feeds popup window filter
Problem: Endless loop when ":normal" feeds popup window filter. Solution: Add the ex_normal_busy_done flag.
This commit is contained in:
@@ -8030,6 +8030,10 @@ ex_normal(exarg_T *eap)
|
||||
|
||||
restore_current_state(&save_state);
|
||||
--ex_normal_busy;
|
||||
#ifdef FEAT_PROP_POPUP
|
||||
if (ex_normal_busy == 0)
|
||||
ex_normal_busy_done = FALSE;
|
||||
#endif
|
||||
setmouse();
|
||||
#ifdef CURSOR_SHAPE
|
||||
ui_cursor_shape(); // may show different cursor shape
|
||||
|
Reference in New Issue
Block a user