Skip to content

Commit 28a8193

Browse files
committed
patch 8.0.0609: some people still don't know how to quit
Problem: For some people the hint about quitting is not sufficient. Solution: Put <Enter> separately. Also use ":qa!" to get out even when there are changes.
1 parent a3921f4 commit 28a8193

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/normal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8986,7 +8986,7 @@ nv_esc(cmdarg_T *cap)
89868986
#endif
89878987
&& !VIsual_active
89888988
&& no_reason)
8989-
MSG(_("Type :quit<Enter> to exit Vim"));
8989+
MSG(_("Type :qa! and press <Enter> to abandon all changes and exit Vim"));
89908990

89918991
/* Don't reset "restart_edit" when 'insertmode' is set, it won't be
89928992
* set again below when halfway a mapping. */

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
609,
767769
/**/
768770
608,
769771
/**/

0 commit comments

Comments
 (0)