diff src/version.c @ 5913:156f891d520e v7.4.298

updated for version 7.4.298 Problem: Can't have a funcref start with "t:". Solution: Add "t" to the list of accepted names. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 14:19:56 +0200
parents 81f5a056b2a5
children daebf8ce6608
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    298,
+/**/
     297,
 /**/
     296,