comparison 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
comparison
equal deleted inserted replaced
9891:ec73a26cd6cf 9892:41c5d59e7e10
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2220,
766 /**/ 768 /**/
767 2219, 769 2219,
768 /**/ 770 /**/
769 2218, 771 2218,
770 /**/ 772 /**/