]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0916: cannot specify properties of window for terminal open v8.0.0916
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 14:01:04 +0000 (16:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Aug 2017 14:01:04 +0000 (16:01 +0200)
commit37c45835945fc433a3bb85fcfc0b4fd58b1ee0e7
tree7269dcfec93d8c7187f915c79635cf7e35ee8269
parent7eedd4398aee195212bd06004d3533ca24c0823c
patch 8.0.0916: cannot specify properties of window for terminal open

Problem:    Cannot specify properties of window for when opening a window for
            a finished terminal job.
Solution:   Add "term_opencmd".
runtime/doc/eval.txt
src/channel.c
src/structs.h
src/terminal.c
src/testdir/test_terminal.vim
src/version.c