macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Fix MacVim CI breakage in Test_mouse_shape_after_cancelling_gr #1392

Closed ychin closed 1 year ago

ychin commented 1 year ago

Set mouseshape correctly when using 'r' or 'gr'. Otherwise Vim will only do it when mouse moves or window receives focus, which is a little random. This change will be ported upstream.

ychin commented 1 year ago

Upstream port: https://github.com/vim/vim/pull/12157