summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-08 17:49:35 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-08 17:49:35 +0100
commitb9ba403542b4bbd37ea10a4d7db7e307e0108de8 (patch)
tree87c6d78588c3fcc1f5d97ebd00a26cd09c26d341 /src/version.c
parentfa263a517b5e6c11055fa8fe8517f6a3e102ccc6 (diff)
updated for version 7.3.371v7.3.371
Problem: Crash in autocomplete. (Greg Weber) Solution: Check not going over allocated buffer size.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 145a1dcba9..767103b951 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 371,
+/**/
370,
/**/
369,