commit | 7d6997015d533604f18756e59b4a2a1266a66a97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 20:52:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 20:52:28 2020 +0200 |
tree | 46d97180015047da8ec7c1333ff31b9f02dcf467 | |
parent | 32a23ac61570365eff35097691d9b218b8539383 [diff] [blame] |
patch 8.2.1450: Vim9: no check that script-local items don't become global Problem: Vim9: no check that script-local items don't become global. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 7243fff..ce5bfb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1450, +/**/ 1449, /**/ 1448,