commit | 5381c7a1628eeca81a46b811158be4cd47ba5815 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 02 22:53:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 02 22:53:32 2020 +0100 |
tree | 3a1fbe2ad47ca673288d1781998b24412f06f1ba | |
parent | 91ffc8a5f5c7b1c6979b3352a12ed779d11173a9 [diff] [blame] |
patch 8.2.0348: Vim9: not all code tested Problem: Vim9: not all code tested. Solution: Add a few more tests. fix using "b:" in literal dictionary.
diff --git a/src/version.c b/src/version.c index 78d7926..d595d17 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 348, +/**/ 347, /**/ 346,