diff --git a/src/nvim/popupmnu.c b/src/nvim/popupmnu.c index f4e60ddde9..19b92c5789 100644 --- a/src/nvim/popupmnu.c +++ b/src/nvim/popupmnu.c @@ -541,7 +541,9 @@ static int pum_set_selected(int n, int repeat) 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/nvim/version.c b/src/nvim/version.c index e80c1f81a1..0b2c9fb15b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -234,7 +234,7 @@ static int included_patches[] = { //364, //363, 362, - //361, + 361, //360, //359, 358,