diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-10-07 20:35:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-10-07 20:35:12 +0200 |
commit | c0543e145fdd29739ac887e71ab96c50282066cd (patch) | |
tree | 53d43d714d8b5b55fdf6eb0ac7ee22a493d2e18a /src/version.c | |
parent | 00bf8cd2115be7c14258aee48c0a7568147c9cd7 (diff) | |
download | vim-git-c0543e145fdd29739ac887e71ab96c50282066cd.tar.gz |
patch 8.1.0462: when using ConPTY Vim can be a child processv8.1.0462
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 93cbc3050..103483a94 100644 --- 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, |