1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-11-15 17:13:11 +00:00
parent 733b124a90
commit 36968af155
3 changed files with 20 additions and 1 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3597,
/**/
3596,
/**/