1
0
forked from aniani/vim

patch 8.0.1013: terminal window behaves different from a buffer with changes

Problem:    A terminal window with a running job behaves different from a
            window containing a changed buffer.
Solution:   Do not set 'bufhidden' to "hide".  Fix that a buffer where a
            terminal used to run is listed as "[Scratch]".
This commit is contained in:
Bram Moolenaar
2017-08-29 22:44:59 +02:00
parent 48340b62e8
commit e561a7e2fa
4 changed files with 16 additions and 15 deletions

View File

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