Problem: Popup menu does not work properly with the preview window, folds
and 'cursorcolumn'.
Solution: Redraw the popup menu after redrawing windows. (Christian
Brabandt)
#if defined(FEAT_SEARCH_EXTRA)
end_search_hl();
#endif
+#ifdef FEAT_INS_EXPAND
+ /* May need to redraw the popup menu. */
+ if (pum_visible())
+ pum_redraw();
+#endif
#ifdef FEAT_WINDOWS
/* Reset b_mod_set flags. Going through all windows is probably faster
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 807,
/**/
806,
/**/