diff src/version.c @ 11830:edc806552a60 v8.0.0795

patch 8.0.0795: terminal feature does not build with older MSVC commit https://github.com/vim/vim/commit/607985a95f31f4db238c7d825e548b14da64ac26 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 28 17:04:15 2017 +0200 patch 8.0.0795: terminal feature does not build with older MSVC Problem: Terminal feature does not build with older MSVC. Solution: Do not use stdint.h.
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Jul 2017 17:15:04 +0200
parents 5a07a3ff56c1
children dbce4b707386
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    795,
+/**/
     794,
 /**/
     793,