commit | c25e702deec74771e49f6c2df4cda7a1f97d0c1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 14:08:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 14:08:26 2019 +0200 |
tree | 673153202668037b4c0ffc65ac7e143f276d9a7c | |
parent | 073e779640d089445c7289393db94d1ceb4ddb17 [diff] [blame] |
patch 8.1.2131: MSVC tests fail Problem: MSVC tests fail. Solution: Replace backslashes with slashes.
diff --git a/src/version.c b/src/version.c index a064648..2dc9f9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2131, +/**/ 2130, /**/ 2129,