commit | f405c8fe85bba6dc96a68a12ab976f745fc51a38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 19:51:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 09 19:51:49 2017 +0100 |
tree | 88916960c439cc73774c8c9d0d030ea33b510bbd | |
parent | 620ca2da372dc9c892022faff83d363c67cc5c45 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8ae4769..3c24cf9 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1382, +/**/ 1381, /**/ 1380,