mirror of
https://github.com/neovim/neovim.git
synced 2026-03-03 23:58:27 +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.