commit | 2aeaf3fc013a3c4828d6e98a80e6a2e2d980f109 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 17:11:15 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 17:11:15 2017 +0200 |
tree | b22c7e6e965f84e426849a67da8b60165d5dd3e0 | |
parent | 26af85d97ba1ed0ade6cdd41890ca04ed879b9c7 [diff] [blame] |
patch 8.0.0756: cannot build libvterm with MSVC Problem: Cannot build libvterm with MSVC. Solution: Add an MSVC Makefile to libvterm. (Yasuhiro Matsumoto, closes #1865)
diff --git a/src/version.c b/src/version.c index b6885f3..4652529 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 756, +/**/ 755, /**/ 754,