diff src/version.c @ 3192:436b42f3cba1 v7.3.366

updated for version 7.3.366 Problem: A tags file with an extremely long name causes errors. Solution: Ignore tags that are too long. (Arno Renevier)
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 15:12:11 +0100
parents 54ef99c39139
children 972bd3fca556
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 */
 /**/
+    366,
+/**/
     365,
 /**/
     364,