commit | f2d5c240a56853c0bbbc7979e9bff095de6c73ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 21:25:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 21:25:54 2020 +0100 |
tree | 1244a029c4c623cd9e48743af1e7d442f9562402 | |
parent | 750802b55c6edda4d3bc78c41ad0a25a3450a557 [diff] [blame] |
patch 8.2.0312: Vim9: insufficient script tests Problem: Vim9: insufficient script tests. Solution: Add more tests. Make "import * as Name" work.
diff --git a/src/version.c b/src/version.c index ab8cb0e..05c0edc 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 312, +/**/ 311, /**/ 310,