summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-07 15:08:01 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-07 15:08:01 +0100
commit8c9796085071950f9a03ca0fe116608e4f86aac2 (patch)
tree0a7ccec814f261a3ee1a30d6ab4ff67fda734d57 /src/version.c
parent6a06940f8ae7283999c83ccdf268540220573105 (diff)
patch 8.2.4707: redrawing could be a bit more efficientv8.2.4707
Problem: Redrawing could be a bit more efficient. Solution: Optimize redrawing. (closes #10105)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d0205d7e33..bd63e9317d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4707,
+/**/
4706,
/**/
4705,