mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 12:10:40 +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)