commit | c0543e145fdd29739ac887e71ab96c50282066cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:35:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 07 20:35:12 2018 +0200 |
tree | 53d43d714d8b5b55fdf6eb0ac7ee22a493d2e18a | |
parent | 00bf8cd2115be7c14258aee48c0a7568147c9cd7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 93cbc30..103483a 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 462, +/**/ 461, /**/ 460,