comparison src/version.c @ 6937:c31bd9ca75d2 v7.4.787

patch 7.4.787 Problem: snprintf() isn't available everywhere. Solution: Use vim_snprintf(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Jul 2015 22:04:48 +0200
parents 4db70c94226b
children ca0990adc2e3
comparison
equal deleted inserted replaced
6936:6f7f9d8992a1 6937:c31bd9ca75d2
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 787,
744 /**/ 746 /**/
745 786, 747 786,
746 /**/ 748 /**/
747 785, 749 785,
748 /**/ 750 /**/