1
0
forked from aniani/vim

updated for version 7.2.402

Problem:    This gives a #705 error: let X = function('haslocaldir')
            let X = function('getcwd')
Solution:   Don't give E705 when the name is found in the hashtab. (Sergey
            Khorev)
This commit is contained in:
Bram Moolenaar
2010-03-17 19:53:49 +01:00
parent b91e59b0f3
commit baff0fec3f
2 changed files with 14 additions and 9 deletions

View File

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