diff --git a/src/normal.c b/src/normal.c index 9a12267720..7b3f94af52 100644 --- a/src/normal.c +++ b/src/normal.c @@ -8986,7 +8986,7 @@ nv_esc(cmdarg_T *cap) #endif && !VIsual_active && no_reason) - MSG(_("Type :quit to exit Vim")); + MSG(_("Type :qa! and press to abandon all changes and exit Vim")); /* Don't reset "restart_edit" when 'insertmode' is set, it won't be * set again below when halfway a mapping. */ diff --git a/src/version.c b/src/version.c index 70d6201945..8c5679e543 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 609, /**/ 608, /**/