0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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.
This commit is contained in:
Bram Moolenaar
2020-08-14 20:52:28 +02:00
parent 32a23ac615
commit 7d6997015d
2 changed files with 38 additions and 0 deletions

View File

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