summaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-15 17:13:11 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-15 17:13:11 +0000
commit36968af1558b295b5fdf56973d5dcc75fce85658 (patch)
tree259b9d8f69ffa351df4dc74273346a1f71394f6f /runtime/doc
parent733b124a9098d5e2f028fd2e12012b831c9e9024 (diff)
downloadvim-git-36968af1558b295b5fdf56973d5dcc75fce85658.tar.gz
patch 8.2.3597: Vim seems to hang when writing a long text to a terminalv8.2.3597
Problem: Vim seems to hang when writing a very long text to a terminal window. Solution: Limit the amount of text based on 'termwinscroll'. (issue #9080)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index cf953c115..7fe371b52 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7941,6 +7941,9 @@ A jump table for the options with a short description can be found at |Q_op|.
Number of scrollback lines to keep. When going over this limit the
first 10% of the scrollback lines are deleted. This is just to reduce
the memory usage. See |Terminal-Normal|.
+ Also used as a limit for text sent to the terminal in one write,
+ multiplied by the number of columns times 3 (average number of bytes
+ per cell).
*'termwinsize'* *'tws'*
'termwinsize' 'tws' string (default "")