1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2014-04-23 17:43:42 +02:00
parent 62f167f716
commit 9bdfb0025c
4 changed files with 50 additions and 10 deletions

View File

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