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:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4162,
|
||||
/**/
|
||||
4161,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user