diff src/version.c @ 17676:14ac8c31e598 v8.1.1835

patch 8.1.1835: cannot use printf() as a method commit https://github.com/vim/vim/commit/fd8ca21b3ff207e44891aef922935d4adcd140cf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 10 00:13:30 2019 +0200 patch 8.1.1835: cannot use printf() as a method Problem: Cannot use printf() as a method. Solution: Pass the base as the second argument to printf().
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Aug 2019 00:15:05 +0200
parents 06c3e15ad84d
children 723ec38d521e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1835,
+/**/
     1834,
 /**/
     1833,