commit | 0c2ca58ef06ac49d40330bbe1ee70c3d8af7a648 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 22:58:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 22:58:29 2020 +0100 |
tree | 1fb77e6745c3bbc846a36703651e10f3cbf80229 | |
parent | 703ea9eaefd3628d75c8c2fa19f934f6832638f1 [diff] [blame] |
patch 8.2.0318: Vim9: types not sufficiently tested Problem: Vim9: types not sufficiently tested. Solution: Add tests with more types.
diff --git a/src/version.c b/src/version.c index 5d76c5e..c5dccf4 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 318, +/**/ 317, /**/ 316,