commit | a84a3dd6635fcd2e07f510cba6a999585dcc381a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 25 22:21:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 25 22:21:24 2019 +0100 |
tree | 5ec1f6fef107b2cf8fe33a5bf5bb04fd9edc6999 | |
parent | b45125b374cc3a1cef176b704f518c72c518f24c [diff] [blame] |
patch 8.1.1049: when user tries to exit with CTRL-C message is confusing Problem: When user tries to exit with CTRL-C message is confusing. Solution: Only mention ":qa!" when there is a changed buffer. (closes #4163)
diff --git a/src/version.c b/src/version.c index d5e8c8b..f0da22a 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1049, +/**/ 1048, /**/ 1047,