]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0462: when using ConPTY Vim can be a child process v8.1.0462
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 18:35:12 +0000 (20:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2018 18:35:12 +0000 (20:35 +0200)
commitc0543e145fdd29739ac887e71ab96c50282066cd
tree53d43d714d8b5b55fdf6eb0ac7ee22a493d2e18a
parent00bf8cd2115be7c14258aee48c0a7568147c9cd7
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)
src/os_mswin.c
src/version.c