summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-11 13:54:46 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-11 13:54:46 +0000
commit052ff291d72bc9c176f9562f021d7e8e030e74c0 (patch)
tree7a2f1a88ee37ac45011d7d23de0135bf8b988e75 /src/version.c
parenta416861c643b03fe5dec9f3bf8c1c9e054b5a9c7 (diff)
downloadvim-git-052ff291d72bc9c176f9562f021d7e8e030e74c0.tar.gz
patch 8.2.3782: Vim9: no error if a function shadows a script variablev8.2.3782
Problem: Vim9: no error if a function shadows a script variable. Solution: Check the function doesn't shadow a variable. (closes #9310)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index cf5724387..50fac523a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3782,
+/**/
3781,
/**/
3780,