diff --git a/src/edit.c b/src/edit.c index f528b9649b..2663e6e98b 100644 --- a/src/edit.c +++ b/src/edit.c @@ -550,7 +550,7 @@ edit(cmdchar, startln, count) i = showmode(); if (!p_im && did_restart_edit == 0) - change_warning(i + 1); + change_warning(i == 0 ? 0 : i + 1); #ifdef CURSOR_SHAPE ui_cursor_shape(); /* may show different cursor shape */ diff --git a/src/version.c b/src/version.c index 92cd49b7ab..5e84c66055 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 188, /**/ 187, /**/