diff src/version.c @ 12391:438c64b76eef v8.0.1075

patch 8.0.1075: MS-Windows: mouse does not work in terminal commit https://github.com/vim/vim/commit/1a735d6c9bf4204492b9f9aeba280737fab46ed3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 8 16:25:54 2017 +0200 patch 8.0.1075: MS-Windows: mouse does not work in terminal Problem: MS-Windows: mouse does not work in terminal. Solution: Force the winpty mouse on. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/2072)
author Christian Brabandt <cb@256bit.org>
date Fri, 08 Sep 2017 16:30:05 +0200
parents d0cf7f71b95b
children 128cd982c7b8
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 */
 /**/
+    1075,
+/**/
     1074,
 /**/
     1073,