]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-020 v7.0.020
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Jun 2006 18:39:51 +0000 (18:39 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Jun 2006 18:39:51 +0000 (18:39 +0000)
src/gui.c
src/version.c

index 9c1b147f1c39b60f78eb2d865a6152ee4d93cf5f..cf121cfaca8920ed53d6cfe1142653706916cf6a 100644 (file)
--- 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)
index 97d9d4abe033a34e5ae2c5b8b0f0268beda98d4a..cd593a5be87c43115b5cea2c580c459537aebb58 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    20,
 /**/
     19,
 /**/