summaryrefslogtreecommitdiffstats
path: root/src/popupmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popupmenu.c')
-rw-r--r--src/popupmenu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/popupmenu.c b/src/popupmenu.c
index 7210420e1a..651f510693 100644
--- a/src/popupmenu.c
+++ b/src/popupmenu.c
@@ -865,7 +865,8 @@ pum_set_selected(int n, int repeat UNUSED)
++no_u_sync;
resized = prepare_tagpreview(FALSE, FALSE, use_popup);
--no_u_sync;
- --RedrawingDisabled;
+ if (RedrawingDisabled > 0)
+ --RedrawingDisabled;
g_do_tagpreview = 0;
if (curwin->w_p_pvw