mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 09:01:57 +00: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