1
0
forked from aniani/vim

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".
This commit is contained in:
Bram Moolenaar
2017-08-12 16:01:04 +02:00
parent 7eedd4398a
commit 37c4583594
6 changed files with 56 additions and 6 deletions

View File

@@ -8085,6 +8085,12 @@ term_start({cmd}, {options}) *term_start()*
"open": open window if needed
Note that "open" can be interruptive.
See |term++close| and |term++open|.
"term_opencmd" command to use for opening the window when
"open" is used for "term_finish"; must
have "%d" where the buffer number goes,
e.g. "10split|buffer %d"; when not
specified "botright sbuf %d" is used
{only available when compiled with the |+terminal| feature}
term_wait({buf} [, {time}]) *term_wait()*