We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c75c6 commit 04f6f4bCopy full SHA for 04f6f4b
src/popupmnu.c
@@ -567,7 +567,9 @@ pum_set_selected(n, repeat)
567
g_do_tagpreview = 3;
568
if (p_pvh > 0 && p_pvh < g_do_tagpreview)
569
g_do_tagpreview = p_pvh;
570
+ ++RedrawingDisabled;
571
resized = prepare_tagpreview(FALSE);
572
+ --RedrawingDisabled;
573
g_do_tagpreview = 0;
574
575
if (curwin->w_p_pvw)
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 361,
739
/**/
740
360,
741
0 commit comments