diff src/version.c @ 11735:21354977aa7b v8.0.0750

patch 8.0.0750: OpenPTY missing in non-GUI build commit https://github.com/vim/vim/commit/6ed8069c798827ec4448f37bf2795a08fc9cbd05 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 22 20:53:21 2017 +0200 patch 8.0.0750: OpenPTY missing in non-GUI build Problem: OpenPTY missing in non-GUI build. Solution: Always include pty.c, add an #ifdef to skip over the contents.
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Jul 2017 21:00:04 +0200
parents 8184a3de9d9b
children 7791a15353dc
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 */
 /**/
+    750,
+/**/
     749,
 /**/
     748,