commit | 9aed729fe9e62536236875a42fb170d2c8fb3046 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 18 15:38:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 18 15:38:00 2020 +0100 |
tree | 597232f50b0ec43af1c922800748a5d72b18a994 | |
parent | b5b77378bc35cb268c384e98c59f2bf8cb406270 [diff] [blame] |
patch 8.2.2157: Vim9: can delete a Vim9 script variable from a function Problem: Vim9: can delete a Vim9 script variable from a function. Solution: Check the variable is defined in Vim9 script. (closes #7483)
diff --git a/src/version.c b/src/version.c index be2b33c..70ff9a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2157, +/**/ 2156, /**/ 2155,