]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1525: using :wqa exits even if a job runs in a terminal window v8.0.1525
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Feb 2018 22:10:02 +0000 (23:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Feb 2018 22:10:02 +0000 (23:10 +0100)
commit7a76092a51fc5446426a4bfd9eb6503ec61bf9e9
tree8611ab3fbe9f232764ad5a9dc944c0c8aed807e3
parent9c8816bd306a003c2ac3dce161be3fef481c9902
patch 8.0.1525: using :wqa exits even if a job runs in a terminal window

Problem:    Using :wqa exits even if a job runs in a terminal window. (Jason
            Felice)
Solution:   Check if a terminal has a running job. (closes #2654)
src/buffer.c
src/ex_cmds.c
src/ex_cmds2.c
src/proto/buffer.pro
src/testdir/test_terminal.vim
src/version.c