commit | c43e6235c7b3e64f81c6a4e294e4e47abf7a869a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 20:51:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 20:51:56 2022 +0000 |
tree | f19a22ab8f2ebf95d5593ebd7978ad81d91cecde | |
parent | 130f65d46bca94535d30cef518a6184613fb7ebf [diff] [blame] |
patch 8.2.4085: Vim9: no test for using import in legacy script Problem: Vim9: no test for using import in legacy script. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 957ccee..5572303 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4085, +/**/ 4084, /**/ 4083,