mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.3.807
Problem: Popup menu does not work properly with the preview window, folds and 'cursorcolumn'. Solution: Redraw the popup menu after redrawing windows. (Christian Brabandt)
This commit is contained in:
@@ -548,6 +548,11 @@ update_screen(type)
|
|||||||
#if defined(FEAT_SEARCH_EXTRA)
|
#if defined(FEAT_SEARCH_EXTRA)
|
||||||
end_search_hl();
|
end_search_hl();
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef FEAT_INS_EXPAND
|
||||||
|
/* May need to redraw the popup menu. */
|
||||||
|
if (pum_visible())
|
||||||
|
pum_redraw();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef FEAT_WINDOWS
|
#ifdef FEAT_WINDOWS
|
||||||
/* Reset b_mod_set flags. Going through all windows is probably faster
|
/* Reset b_mod_set flags. Going through all windows is probably faster
|
||||||
|
@@ -725,6 +725,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
807,
|
||||||
/**/
|
/**/
|
||||||
806,
|
806,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user