]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0896: cannot close a terminal window when the job ends v8.0.0896
authorBram Moolenaar <Bram@vim.org>
Thu, 10 Aug 2017 21:15:19 +0000 (23:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Aug 2017 21:15:19 +0000 (23:15 +0200)
commitdd693ce28b158ff573129ee30fe5b886544a03c2
tree0ec7629d6fc498db9f7b6880e121bdba6467a7d6
parent8ab3c1dc6bf70021f89e6e614b202606863bc168
patch 8.0.0896: cannot close a terminal window when the job ends

Problem:    Cannot automaticlaly close a terminal window when the job ends.
Solution:   Add the ++close argument to :term.  Add the term_finish option to
            term_start(). (Yasuhiro  Matsumoto, closes #1950)  Also add
            ++open.
runtime/doc/eval.txt
runtime/doc/terminal.txt
src/channel.c
src/structs.h
src/terminal.c
src/testdir/test_terminal.vim
src/version.c