commit | 750802b55c6edda4d3bc78c41ad0a25a3450a557 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 18:08:33 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 18:08:33 2020 +0100 |
tree | bbd7bf53ce2e50daa7af2520c28eabaab38677ce | |
parent | 8fb1b47a5e24892b23c3923a07d8a850d99b14b2 [diff] [blame] |
patch 8.2.0311: Vim9: insufficient script tests Problem: Vim9: insufficient script tests. Solution: Add tests. Free imports when re-using a script.
diff --git a/src/version.c b/src/version.c index 61ee30c..ab8cb0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 311, +/**/ 310, /**/ 309,