1
0
forked from aniani/vim

updated for version 7.4.149

Problem:    Get E685 error when assigning a function to an autoload variable.
            (Yukihiro Nakadaira)
Solution:   Instead of having a global no_autoload variable, pass an autoload
            flag down to where it is used. (ZyX)
This commit is contained in:
Bram Moolenaar
2014-01-14 15:24:39 +01:00
parent ca058dc71f
commit 6d977d6c1c
7 changed files with 97 additions and 47 deletions

View File

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