diff --git a/src/normal.c b/src/normal.c index b0540050ad..9e617d9267 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) diff --git a/src/version.c b/src/version.c index 22473eb55b..4f66b3de24 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 856, /**/ 855, /**/