mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00

Problem: Lines put in non-current window are not displayed. (Marius
Gedminas)
Solution: Don't increment the topline when inserting just above it.
(closes vim/vim#12212)
e7f05a8780
Co-authored-by: Bram Moolenaar <Bram@vim.org>