]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0984: not using previous window when closing a shell popup window v8.2.0984
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Jun 2020 19:19:08 +0000 (21:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Jun 2020 19:19:08 +0000 (21:19 +0200)
commitab176ce982ac67f7cfcfa1fa885f9117ef8bbafe
tree1e94db2dba298e4b79093b7ed50af934f9ff6ffe
parentad72350360d1a68d251da62a6e8610950926278c
patch 8.2.0984: not using previous window when closing a shell popup window

Problem:    Not using previous window when closing a shell popup window.
Solution:   Use "prevwin" if it was set. (closes #6267)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c