updated for version 7.0-020
diff --git a/src/gui.c b/src/gui.c
index 9c1b147..cf121cf 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -4515,7 +4515,7 @@
     int		y;
 {
     win_T	*wp;
-    char_u	st[6];
+    char_u	st[8];
 
     /* Ignore this while still starting up. */
     if (!gui.in_use || gui.starting)
diff --git a/src/version.c b/src/version.c
index 97d9d4a..cd593a5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    20,
+/**/
     19,
 /**/
     18,