1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2014-04-23 20:43:41 +02:00
parent 163d0da508
commit eccb7fc315
4 changed files with 26 additions and 7 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
264,
/**/
263,
/**/