]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0953: get "no write since last change" error in terminal window v8.0.0953
authorBram Moolenaar <Bram@vim.org>
Thu, 17 Aug 2017 14:55:13 +0000 (16:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 17 Aug 2017 14:55:13 +0000 (16:55 +0200)
commitf5be7cd01642fafc4b7d68894eb60cca60c7a405
treebcbb7f2839092ec9b2d68b4d30b2678efff71d99
parenta83e3962ac0e4bbfef15a072ad9a7390fc255409
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.
src/buffer.c
src/ex_cmds.c
src/ex_cmds2.c
src/ex_docmd.c
src/globals.h
src/proto/buffer.pro
src/quickfix.c
src/terminal.c
src/version.c