From 36968af1558b295b5fdf56973d5dcc75fce85658 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 15 Nov 2021 17:13:11 +0000 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 39a61c915..9cf0ee639 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3597, /**/ 3596, /**/ -- cgit v1.2.1