diff src/version.c @ 3202:e757e1127d21 v7.3.371

updated for version 7.3.371 Problem: Crash in autocomplete. (Greg Weber) Solution: Check not going over allocated buffer size.
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 17:49:35 +0100
parents 3801e4811b0e
children 6ff80dd02b51
line wrap: on
line diff
--- 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,