# HG changeset patch # User vimboss # Date 1156276128 0 # Node ID 306fc545fe2cd5d77953811fccec0d5c4bf7744e # Parent 31208ed42de95ba5738675cb78bd0f66c34ed785 updated for version 7.0-066 diff --git a/src/popupmnu.c b/src/popupmnu.c --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -552,6 +552,9 @@ pum_undisplay() { pum_array = NULL; redraw_all_later(SOME_VALID); +#ifdef FEAT_WINDOWS + redraw_tabline = TRUE; +#endif status_redraw_all(); } diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 66, +/**/ 65, /**/ 64,