]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3597: Vim seems to hang when writing a long text to a terminal v8.2.3597
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Nov 2021 17:13:11 +0000 (17:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Nov 2021 17:13:11 +0000 (17:13 +0000)
commit36968af1558b295b5fdf56973d5dcc75fce85658
tree259b9d8f69ffa351df4dc74273346a1f71394f6f
parent733b124a9098d5e2f028fd2e12012b831c9e9024
patch 8.2.3597: Vim seems to hang when writing a long text to a terminal

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)
runtime/doc/options.txt
src/terminal.c
src/version.c