commit | ab176ce982ac67f7cfcfa1fa885f9117ef8bbafe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 21:19:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 15 21:19:08 2020 +0200 |
tree | 1e94db2dba298e4b79093b7ed50af934f9ff6ffe | |
parent | ad72350360d1a68d251da62a6e8610950926278c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7d7b965..91ae5ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 984, +/**/ 983, /**/ 982,