1
0
forked from aniani/vim

patch 8.2.2567: Vim9: no error if variable is defined for existing function

Problem:    Vim9: no error if variable is defined for existing function.
Solution:   Check if name isn't already in use. (closes #7897)
This commit is contained in:
Bram Moolenaar
2021-03-04 12:38:21 +01:00
parent 2e2d758902
commit 6c3843ca8a
3 changed files with 23 additions and 1 deletions

View File

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