]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.0609: some people still don't know how to quit v8.0.0609
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 13:33:48 +0000 (15:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 13:33:48 +0000 (15:33 +0200)
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.

src/normal.c
src/version.c

index 9a12267720e83f899775693683620015c2f55d94..7b3f94af529d264a03cf5130daaa2ef119c27124 100644 (file)
@@ -8986,7 +8986,7 @@ nv_esc(cmdarg_T *cap)
 #endif
                && !VIsual_active
                && no_reason)
-           MSG(_("Type  :quit<Enter>  to exit Vim"));
+           MSG(_("Type  :qa!  and press <Enter> 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. */
index 70d620194555d455a2d29e28fb3d350d521506be..8c5679e5434c3ab44f76d07b56da627f119f80c7 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    609,
 /**/
     608,
 /**/