changeset 894:edb3bc186e97 v7.0.020

updated for version 7.0-020
author vimboss
date Tue, 20 Jun 2006 18:39:51 +0000
parents bf7803d0f5b9
children 4ec4c53046b5
files src/gui.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -4515,7 +4515,7 @@ gui_mouse_moved(x, y)
     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)
--- 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 */
 /**/
+    20,
+/**/
     19,
 /**/
     18,