]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0910: cannot create a terminal in the current window v8.0.0910
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Aug 2017 20:27:50 +0000 (22:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Aug 2017 20:27:50 +0000 (22:27 +0200)
commitda43b61dddcf81439a6f1716956a4e8d9046e68f
treec7433cdf21bc7e992efb60e5fda531140df395c6
parent8ed54007399f968aab447ae6cb46623b1bdbc75e
patch 8.0.0910: cannot create a terminal in the current window

Problem:    Cannot create a terminal in the current window.
Solution:   Add option "curwin" and ++curwin.
runtime/doc/eval.txt
src/channel.c
src/ex_cmds.h
src/structs.h
src/terminal.c
src/testdir/test_terminal.vim
src/version.c