comparison src/version.c @ 3914:f15769bce0b8 v7.3.713

updated for version 7.3.713 Problem: printf() can only align to bytes, not characters. Solution: Add the "S" item. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Nov 2012 18:10:56 +0100
parents 557ef119999e
children 9ea14f097855
comparison
equal deleted inserted replaced
3913:57e8b75298d6 3914:f15769bce0b8
723 NULL 723 NULL
724 }; 724 };
725 725
726 static int included_patches[] = 726 static int included_patches[] =
727 { /* Add new patch number below this line */ 727 { /* Add new patch number below this line */
728 /**/
729 713,
728 /**/ 730 /**/
729 712, 731 712,
730 /**/ 732 /**/
731 711, 733 711,
732 /**/ 734 /**/