commit | f5be7cd01642fafc4b7d68894eb60cca60c7a405 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 16:55:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 16:55:13 2017 +0200 |
tree | bcbb7f2839092ec9b2d68b4d30b2678efff71d99 | |
parent | a83e3962ac0e4bbfef15a072ad9a7390fc255409 [diff] [blame] |
patch 8.0.0953: get "no write since last change" error in terminal window Problem: Get "no write since last change" error in terminal window. Solution: Use another message when closing a terminal window. Make ":quit!" also end the job.
diff --git a/src/version.c b/src/version.c index 545204c..352e0a9 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 953, +/**/ 952, /**/ 951,