mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +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.