updated for version 7.0-066
diff --git a/src/popupmnu.c b/src/popupmnu.c
index 21dfc85..f280ff2 100644
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -552,6 +552,9 @@
 {
     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 1f97a51..3c2d9a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    66,
+/**/
     65,
 /**/
     64,