summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-15 21:15:05 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-15 21:15:05 +0200
commitc9afd15bc8c123e9066258e6edf2f806855d230b (patch)
treedd8a25bf2762177b9d72cbacc5da83672c58b092 /src/version.c
parentcea2a15687c54b8a700f77f3deef35269abb1417 (diff)
patch 8.1.1697: cannot build with MSVCv8.1.1697
Problem: Cannto build with MSVC. Solution: Remove the backslashes after the @<< mechanism.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e5c084ffb0..7d8f700922 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1697,
+/**/
1696,
/**/
1695,