diff src/version.c @ 5842:00acac0af680 v7.4.264

updated for version 7.4.264 Problem: Can't define a function starting with "g:". Can't assign a funcref to a buffer-local variable. Solution: Skip "g:" at the start of a function name. Don't check for colons when assigning to a variable.
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Apr 2014 20:43:41 +0200
parents af1bb39774f4
children 8ec9d2196bee
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 */
 /**/
+    264,
+/**/
     263,
 /**/
     262,