1
0
forked from aniani/vim

patch 9.0.1472: ":drop fname" may change the last used tab page

Problem:    ":drop fname" may change the last used tab page.
Solution:   Restore the last used tab page when :drop has changed it.
            (closes #12087)
This commit is contained in:
Bram Moolenaar
2023-04-20 18:07:57 +01:00
parent be9624eb47
commit 8281a16efc
3 changed files with 24 additions and 0 deletions

View File

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