1
0
forked from aniani/vim

patch 8.2.4162: Vim9: no error for redefining function with export

Problem:    Vim9: no error for redefining function with export.
Solution:   Check for existing function with/without prefix. (closes #9577)
This commit is contained in:
Bram Moolenaar
2022-01-20 19:10:25 +00:00
parent 21f0d6cbca
commit 9c7cae66bc
4 changed files with 129 additions and 7 deletions

View File

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