mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 16:41:52 +00:00
Problem: In diff mode global operations can be very slow.
Solution: Do not call diff_redraw() many times, call it once when redrawing.
And also don't update folds multiple times.
4f57eefe1e