diff src/version.c @ 5834:6bc874e4789a v7.4.260

updated for version 7.4.260 Problem: It is possible to define a function with a colon in the name. It is possible to define a function with a lower case character if a "#" appears after the name. Solution: Disallow using a colon other than with "s:". Ignore "#" after the name.
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Apr 2014 17:43:42 +0200
parents e4cd5bb75029
children 43c6cd07c8de
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 */
 /**/
+    260,
+/**/
     259,
 /**/
     258,