diff --git a/src/normal.c b/src/normal.c index cfe7db93bf..44c400c4c3 100644 --- a/src/normal.c +++ b/src/normal.c @@ -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)