diff --git a/src/popupmnu.c b/src/popupmnu.c index 8ff0711cc5..b970158b27 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -567,7 +567,9 @@ pum_set_selected(n, repeat) g_do_tagpreview = 3; if (p_pvh > 0 && p_pvh < g_do_tagpreview) g_do_tagpreview = p_pvh; + ++RedrawingDisabled; resized = prepare_tagpreview(FALSE); + --RedrawingDisabled; g_do_tagpreview = 0; if (curwin->w_p_pvw) diff --git a/src/version.c b/src/version.c index 9867e7f0a5..7a9a387fbd 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 361, /**/ 360, /**/