commit | 42a480bf7243ea8bce498264911e187931d083e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 29 23:23:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 29 23:23:47 2020 +0100 |
tree | 6dc175b13ce6cb57bc36f6b4a7665d71e1c6cd2b | |
parent | cc390ff5b2c8725c55b961b24322c470659ede9f [diff] [blame] |
patch 8.2.0336: Vim9: insufficient test coverage for compiling Problem: Vim9: insufficient test coverage for compiling. Solution: Add more tests.
diff --git a/src/version.c b/src/version.c index 23c4508..06b9511 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 336, +/**/ 335, /**/ 334,