1
0
forked from aniani/vim

patch 8.2.2918: builtin function can be shadowed by global variable

Problem:    Builtin function can be shadowed by global variable.
Solution:   Check for builtin function before variable. (Yasuhiro Matsumoto,
            closes #8302)
This commit is contained in:
Bram Moolenaar
2021-05-31 22:15:26 +02:00
parent bb162367ac
commit 3d9c4eefe6
3 changed files with 17 additions and 0 deletions

View File

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