diff src/version.c @ 26851:15913ba6363e v8.2.3954

patch 8.2.3954: Vim9: no error for shadowing if script var is declared later Commit: https://github.com/vim/vim/commit/9a015111a56d0011ced40d98f46a9841d1457b51 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 31 14:06:45 2021 +0000 patch 8.2.3954: Vim9: no error for shadowing if script var is declared later Problem: Vim9: no error for shadowing if script var is declared later. Solution: Check argument names when compiling a function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Dec 2021 15:15:03 +0100
parents 40c184a6b54b
children 806f31579357
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3954,
+/**/
     3953,
 /**/
     3952,