mirror of
https://github.com/zoriya/vim.git
synced 2026-05-06 05:53:35 +00:00
Problem: Slow redrawing with DirectX.
Solution: Avoid calling gui_mch_flush() unnecessarily, especially when
updating the cursor. (Ken Takata, closes #2560)