mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 19:24:09 +00:00
Problem: Cannot scroll up in diff mode with many filler lines and zero
'scrolloff'.
Solution: Invalidate w_cline_row before calling comp_botline().
closes: vim/vim#13256
0583491277