comparison src/version.c @ 6432:84190359b979 v7.4.546

updated for version 7.4.546 Problem: Repeated use of vim_snprintf() with a number. Solution: Move these vim_snprintf() calls into a function.
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Dec 2014 03:58:09 +0100
parents d2239abd3edb
children 19726451aabe
comparison
equal deleted inserted replaced
6431:5c9e04efc9b6 6432:84190359b979
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 546,
744 /**/ 746 /**/
745 545, 747 545,
746 /**/ 748 /**/
747 544, 749 544,
748 /**/ 750 /**/