diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-15 22:03:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-15 22:03:40 +0200 |
commit | 5d6844566a5dcb506c6d146f7e46f7e7d09220ae (patch) | |
tree | 6b41418b3c901fa2bd166746e13cd5418221bc12 /src/version.c | |
parent | c9afd15bc8c123e9066258e6edf2f806855d230b (diff) | |
download | vim-git-5d6844566a5dcb506c6d146f7e46f7e7d09220ae.tar.gz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 7d8f70092..f6fed499b 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, |