1
0
forked from aniani/vim

patch 8.2.4164: error in legacy code for function shadowing variable

Problem:    Error in legacy code for function shadowing variable.
Solution:   Only give the error in Vim9 script.
This commit is contained in:
Bram Moolenaar
2022-01-20 19:56:49 +00:00
parent 2017d6f3b1
commit 6f0ddbf00d
2 changed files with 3 additions and 1 deletions

View File

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