mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

redraw! redraws the entire screen instead of just the windows with the buffer which were actually changed. I considered trying to calculating the range for the delta but it looks tricky. Could a follow-up.