commit | c9afd15bc8c123e9066258e6edf2f806855d230b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 21:15:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 21:15:05 2019 +0200 |
tree | dd8a25bf2762177b9d72cbacc5da83672c58b092 | |
parent | cea2a15687c54b8a700f77f3deef35269abb1417 [diff] [blame] |
patch 8.1.1697: cannot build with MSVC Problem: Cannto build with MSVC. Solution: Remove the backslashes after the @<< mechanism.
diff --git a/src/version.c b/src/version.c index e5c084f..7d8f700 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1697, +/**/ 1696, /**/ 1695,