mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 00:35:36 +00:00
Problem: Logic computing the new height of the modified area does not
take into account virtual lines attached to a folded line.
Solution: Remove `hasFolding()` branch and let `plines_win_full()` do its job.
(cherry picked from commit 5b1561bb71)