mirror of
https://github.com/neovim/neovim.git
synced 2026-07-03 00:03:13 +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