commit | 8281a16efc76197f7b0b2a385dffb44fce66d33e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 18:07:57 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 18:07:57 2023 +0100 |
tree | 1eb1e1ecce79339788e2c1539d3dabf64b000dc5 | |
parent | be9624eb47ff4db4f068c65ad9cd37b14d1818a8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 99d1aec..611bd82 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1472, +/**/ 1471, /**/ 1470,