mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 14:31:52 +10:00
Problem: Restore lastused_tabpage too early in do_arg_all() function it
will change later in the function.
Solution: Restore lastused_tabpage a bit later, when being done with
tabpages (glepnir)
closes: vim/vim#13992
2975a54f28