1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-06-15 21:19:08 +02:00
parent ad72350360
commit ab176ce982
3 changed files with 35 additions and 5 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
984,
/**/
983,
/**/