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:
Yee Cheng Chin
2023-03-17 16:03:47 -07:00
committed by GitHub
+3
View File
@@ -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)