]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0862: ":term ++curwin" makes the current buffer hidden v8.2.0862
authorBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 14:04:42 +0000 (16:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 May 2020 14:04:42 +0000 (16:04 +0200)
commitb10090928cb5283f867e8457b7eea0985470d8d4
tree4bfeb73e7a4238f26b31f34e52657143769a4a85
parentcfb4b47de08e4437c692d382067dc1692cd83c23
patch 8.2.0862: ":term ++curwin" makes the current buffer hidden

Problem:    ":term ++curwin" makes the current buffer hidden. (Harm te
            Hennepe)
Solution:   Do not hide the current buffer. (closes #6170)
src/terminal.c
src/testdir/test_terminal.vim
src/version.c