mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 05:25:10 +00:00
Problem: Topline is preemptively updated by line() in WinResized
autocmd with 'splitkeep' != "cursor".
Solution: Set `skip_update_topline` when 'splitkeep' != "cursor".
(Luuk van Baal)
fe803c8c04