diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-11-15 17:13:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-11-15 17:13:11 +0000 |
commit | 36968af1558b295b5fdf56973d5dcc75fce85658 (patch) | |
tree | 259b9d8f69ffa351df4dc74273346a1f71394f6f /src/version.c | |
parent | 733b124a9098d5e2f028fd2e12012b831c9e9024 (diff) | |
download | vim-git-8.2.3597.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 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 39a61c915..9cf0ee639 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3597, +/**/ 3596, /**/ 3595, |