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