From 7b240600c56fe55a81999dec4a79f4a3c12fc28f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 20 Jun 2006 18:39:51 +0000 Subject: [PATCH] updated for version 7.0-020 --- src/gui.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui.c b/src/gui.c index 9c1b147f1..cf121cfac 100644 --- 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) diff --git a/src/version.c b/src/version.c index 97d9d4abe..cd593a5be 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 */ +/**/ + 20, /**/ 19, /**/ -- 2.50.1