commit | 4eb1914e1bd870a7ea829cae150e1f9fdc3df7b1 | [log] [tgz] |
---|---|---|
author | matveyt <matthewtarasov@gmail.com> | Thu May 20 11:54:10 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 20 11:54:10 2021 +0200 |
tree | 9fcd9a787c7dd881603261ae7ac93425c475574c | |
parent | 46aa6f93acb5d932d2893606d980a6b4b8a9594c [diff] [blame] |
patch 8.2.2874: MS-Windows: screen redraws too often Problem: MS-Windows: screen redraws too often. Solution: Do not redraw when peeking for a character. (closes #8230, closes #8211)
diff --git a/src/version.c b/src/version.c index 7fd4338..7f163f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2874, +/**/ 2873, /**/ 2872,