]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1013: terminal window behaves different from a buffer with changes v8.0.1013
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2017 20:44:59 +0000 (22:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2017 20:44:59 +0000 (22:44 +0200)
commite561a7e2fa511d643c9692d26f4cf65378fd1983
treecf6dc86878bcd2fa7a9d8baf467e66e3427f390c
parent48340b62e812dc9280f621a2eb6db76d43555c66
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]".
runtime/doc/terminal.txt
src/buffer.c
src/terminal.c
src/version.c