mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 10:56:50 +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.