1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-12-09 19:51:49 +01:00
parent 620ca2da37
commit f405c8fe85
4 changed files with 15 additions and 1 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1382,
/**/
1381,
/**/