commit | 5da356e07359a59cf2d682908ba8592a72d5d9cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 19:34:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 19:34:43 2020 +0200 |
tree | 7769114608235782984c94061cef30c974537ba4 | |
parent | 4d23c52824dd2f4577eb980e7d91feed34052755 [diff] [blame] |
patch 8.2.0536: Vim9: some compilation code not tested Problem: Vim9: some compilation code not tested. Solution: Add more test cases.
diff --git a/src/version.c b/src/version.c index 78bb332..1faac96 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 536, +/**/ 535, /**/ 534,