0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4580: Vim9: incorrect error for shadowing variable

Problem:    Vim9: incorrect error for shadowing variable.
Solution:   Do not pass the context when compiling a referenced function.
This commit is contained in:
Bram Moolenaar
2022-03-16 17:54:17 +00:00
parent 5cffa8df7e
commit 21dc8f1527
3 changed files with 21 additions and 1 deletions

View File

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