Skip to content

Commit

Permalink
Merge pull request #1392 from ychin/fix-ci-mouse-shape-error-on-replace
Browse files Browse the repository at this point in the history
Fix MacVim CI breakage in Test_mouse_shape_after_cancelling_gr
  • Loading branch information
ychin committed Mar 17, 2023
2 parents e1a8d0a + c8804ae commit 988f8b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/normal.c
Expand Up @@ -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)
Expand Down

0 comments on commit 988f8b5

Please sign in to comment.