mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 15:21:08 +00:00
Problem: win_gotoid() checks for textlock and other things when switching
to a window that is already current (after v9.1.0119)
Solution: return early with success when attempting to switch to curwin
(Sean Dewar)
2a65e73944