From: Bram Moolenaar Date: Tue, 22 Aug 2006 19:48:48 +0000 (+0000) Subject: updated for version 7.0-066 X-Git-Tag: v7.0.066 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d694603c7081cf359db6b9c108c235f909f1aab;p=vim updated for version 7.0-066 --- diff --git a/src/popupmnu.c b/src/popupmnu.c index 21dfc850a..f280ff25d 100644 --- 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 index 1f97a51a5..3c2d9a32a 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 66, /**/ 65, /**/