comparison src/version.c @ 5320:07737d3aa817 v7.4.013

updated for version 7.4.013 Problem: File name buffer too small for utf-8. Solution: Use character count instead of byte count. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Fri, 30 Aug 2013 16:51:18 +0200
parents 8e28c23e482c
children 9801d06e7b4c
comparison
equal deleted inserted replaced
5319:5f5d9a89de82 5320:07737d3aa817
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 13,
741 /**/ 743 /**/
742 12, 744 12,
743 /**/ 745 /**/
744 11, 746 11,
745 /**/ 747 /**/