]> granicus.if.org Git - vim/commit
patch 8.0.1382: get "no write since last change" message if terminal is open v8.0.1382
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Dec 2017 18:51:49 +0000 (19:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Dec 2017 18:51:49 +0000 (19:51 +0100)
commitf405c8fe85bba6dc96a68a12ab976f745fc51a38
tree88916960c439cc73774c8c9d0d030ea33b510bbd
parent620ca2da372dc9c892022faff83d363c67cc5c45
patch 8.0.1382: get "no write since last change" message if terminal is open

Problem:    Get "no write since last change" message if a terminal is open.
            (Fritz mehner)
Solution:   Don't consider a buffer changed if it's a terminal window.
src/ex_cmds.c
src/proto/undo.pro
src/undo.c
src/version.c