mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00

Problem: nvim_win_set_config does not update the tp_curwin of win's original tabpage when moving it to another. Solution: update it if win was the tp_curwin. Add a test.