mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Merge pull request #1392 from ychin/fix-ci-mouse-shape-error-on-replace
Fix MacVim CI breakage in Test_mouse_shape_after_cancelling_gr
This commit is contained in:
@@ -417,6 +417,9 @@ normal_cmd_get_more_chars(
|
||||
State = MODE_REPLACE; // pretend Replace mode
|
||||
#ifdef CURSOR_SHAPE
|
||||
ui_cursor_shape(); // show different cursor shape
|
||||
#endif
|
||||
#ifdef FEAT_MOUSESHAPE
|
||||
update_mouseshape(-1);
|
||||
#endif
|
||||
}
|
||||
if (lang && curbuf->b_p_iminsert == B_IMODE_LMAP)
|
||||
|
||||
Reference in New Issue
Block a user