# HG changeset patch # User vimboss # Date 1150828791 0 # Node ID edb3bc186e97a3392b3aac634526a4f4f84f4011 # Parent bf7803d0f5b9d0a9cb16636b9490d723623c57e8 updated for version 7.0-020 diff --git a/src/gui.c b/src/gui.c --- 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 --- 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,