1
0
forked from aniani/vim

updated for version 7.3.1170

Problem:    Patch 7.3.1058 breaks backwards compatibility, not possible to use
            a function reference as a string. (lilydjwg)
Solution:   Instead of translating the function name only translate "s:".
This commit is contained in:
Bram Moolenaar
2013-06-12 13:37:43 +02:00
parent a2947e2bea
commit 60bf1f58d0
2 changed files with 21 additions and 11 deletions

View File

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