commit | f637bceb6135139dc1891a15de8fa134c2ca2d97 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 18:14:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 18:14:56 2020 +0100 |
tree | 8ea764a485d7cbcb4838b65aed8f7995ab7cfbdf | |
parent | 792f786aad8409ca9ab895392742643a5b6aed8f [diff] [blame] |
patch 8.2.2035: MS-Windows: some tests may fail Problem: MS-Windows: some tests may fail. Solution: Avoid test failures. (Yegappan Lakshmanan, closes #7346)
diff --git a/src/version.c b/src/version.c index a4ca493..ca81643 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2035, +/**/ 2034, /**/ 2033,