summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-08 22:06:14 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-08 22:06:14 +0100
commitb16ad968499aeb29b6ff9be6cc64fb41522a4a5e (patch)
treee39115834188725e59d28fa612e84016f0882bcd /src/version.c
parentc838626fea42ed5924ee6084d87d1b37b2d7b0ff (diff)
patch 8.2.0106: printf formats are not exactly rightv8.2.0106
Problem: Printf formats are not exactly right. Solution: Adjust signed/unsigned conversions. (Frazer Clews, closes #5456)
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 1f54a4ae76..af80600c0d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 106,
+/**/
105,
/**/
104,