commit | 36968af1558b295b5fdf56973d5dcc75fce85658 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 15 17:13:11 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 15 17:13:11 2021 +0000 |
tree | 259b9d8f69ffa351df4dc74273346a1f71394f6f | |
parent | 733b124a9098d5e2f028fd2e12012b831c9e9024 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 39a61c9..9cf0ee6 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3597, +/**/ 3596, /**/ 3595,