diff src/version.c @ 11753:f7c2473796b7 v8.0.0759

patch 8.0.0759: MS-Windows: terminal does not adjust size commit https://github.com/vim/vim/commit/43da3e36b21b9df20e4b2f380df76bbc7e91a965 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 23 17:27:54 2017 +0200 patch 8.0.0759: MS-Windows: terminal does not adjust size Problem: MS-Windows: terminal does not adjust size to the Vim window size. Solution: Add a call to winpty_set_size(). (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1863)
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 17:30:06 +0200
parents a1815c4f8b70
children 12fa6072977a
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 */
 /**/
+    759,
+/**/
     758,
 /**/
     757,