Mercurial > vim
changeset 11451:be76f4eca0d7 v8.0.0609
patch 8.0.0609: some people still don't know how to quit
commit https://github.com/vim/vim/commit/28a8193e3113f676f89fb6312b099d849df881d3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 4 15:33:48 2017 +0200
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.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 04 Jun 2017 15:45:04 +0200 |
parents | 2fbe85833d49 |
children | 8a4978f393f2 |
files | src/normal.c src/version.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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<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. */