summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-03 21:14:59 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-03 21:14:59 +0200
commit87abab92f5b42319a7b10df9974ed3ce5c9b2b9b (patch)
treeab0b61854d1fc219eac955f66fe90a378484efb6 /runtime
parent98fb65cb051f625f4ce291a9f9cdb2e54ac1e688 (diff)
patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457
Problem: Cannot reuse a buffer when loading a screen dump. Solution: Add the "bufnr" option.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 844b68ef4c..c095d580c2 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -9558,6 +9558,11 @@ term_dumpdiff({filename}, {filename} [, {options}])
"curwin" use the current window, do not split the
window; fails if the current buffer
cannot be |abandon|ed
+ "bufnr" do not create a new buffer, use the
+ existing buffer "bufnr". This buffer
+ must have been previously created with
+ term_dumpdiff() or term_dumpload() and
+ visible in a window.
"norestore" do not add the terminal window to a
session file