commit | 8c9796085071950f9a03ca0fe116608e4f86aac2 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Apr 07 15:08:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 07 15:08:01 2022 +0100 |
tree | 0a7ccec814f261a3ee1a30d6ab4ff67fda734d57 | |
parent | 6a06940f8ae7283999c83ccdf268540220573105 [diff] [blame] |
patch 8.2.4707: redrawing could be a bit more efficient Problem: Redrawing could be a bit more efficient. Solution: Optimize redrawing. (closes #10105)
diff --git a/src/version.c b/src/version.c index d0205d7..bd63e93 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4707, +/**/ 4706, /**/ 4705,