diff src/version.c @ 9892:41c5d59e7e10 v7.4.2220

commit https://github.com/vim/vim/commit/e5a8f35b4286135f3469f3b00a6c2220553d9658 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 16 21:30:54 2016 +0200 patch 7.4.2220 Problem: printf() gives an error when the argument for %s is not a string. (Ozaki Kiichi) Solution: Behave like invoking string() on the argument. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 16 Aug 2016 21:45:06 +0200
parents 064effd222a3
children b01afb4e8f66
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2220,
+/**/
     2219,
 /**/
     2218,