summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-06-20 18:39:51 +0000
committervimboss <devnull@localhost>2006-06-20 18:39:51 +0000
commit5ffaf63f1ef3318389c663870a3536e37693c91d (patch)
tree41304e94805b6e85ab1d14c9428ef07596285685
parentac3252fa25e771d4e5d8628f1f937047ca6b1733 (diff)
downloadvim-5ffaf63f1ef3318389c663870a3536e37693c91d.tar.gz
updated for version 7.0-020v7.0.020v7-0-020
-rw-r--r--src/gui.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index 9c1b147f..cf121cfa 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 97d9d4ab..cd593a5b 100644
--- 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,