summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-12 16:01:04 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-12 16:01:04 +0200
commit37c45835945fc433a3bb85fcfc0b4fd58b1ee0e7 (patch)
tree7269dcfec93d8c7187f915c79635cf7e35ee8269 /runtime
parent7eedd4398aee195212bd06004d3533ca24c0823c (diff)
patch 8.0.0916: cannot specify properties of window for terminal openv8.0.0916
Problem: Cannot specify properties of window for when opening a window for a finished terminal job. Solution: Add "term_opencmd".
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index bd92b3dc26..bf8bae4f20 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -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()*