diff src/version.c @ 14901:014d916ab258 v8.1.0462

patch 8.1.0462: when using ConPTY Vim can be a child process commit https://github.com/vim/vim/commit/c0543e145fdd29739ac887e71ab96c50282066cd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 20:35:12 2018 +0200 patch 8.1.0462: when using ConPTY Vim can be a child process Problem: When using ConPTY Vim can be a child process. Solution: To find a Vim window use both EnumWindows() and EnumChildWindows(). (Nobuhiro Takasaki, closes #3521)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 20:45:04 +0200
parents e35d98651e56
children c1ee9f32bec3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    462,
+/**/
     461,
 /**/
     460,