]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1472: ":drop fname" may change the last used tab page v9.0.1472
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Apr 2023 17:07:57 +0000 (18:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Apr 2023 17:07:57 +0000 (18:07 +0100)
commit8281a16efc76197f7b0b2a385dffb44fce66d33e
tree1eb1e1ecce79339788e2c1539d3dabf64b000dc5
parentbe9624eb47ff4db4f068c65ad9cd37b14d1818a8
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)
src/arglist.c
src/testdir/test_tabpage.vim
src/version.c