summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-15 22:03:40 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-15 22:03:40 +0200
commit5d6844566a5dcb506c6d146f7e46f7e7d09220ae (patch)
tree6b41418b3c901fa2bd166746e13cd5418221bc12 /src/version.c
parentc9afd15bc8c123e9066258e6edf2f806855d230b (diff)
patch 8.1.1698: Appveyor build with MSVC failsv8.1.1698
Problem: Appveyor build with MSVC fails. Solution: Remove the sed command
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 7d8f700922..f6fed499b1 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 */
/**/
+ 1698,
+/**/
1697,
/**/
1696,