comparison src/version.c @ 4246:4d0b39bcec20 v7.3.874

updated for version 7.3.874 Problem: Comparing file names does not handle multi-byte characters properly. Solution: Implement multi-byte handling.
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 18:31:49 +0100
parents 7faeece39228
children beab15a2ef14
comparison
equal deleted inserted replaced
4245:89a3d151688c 4246:4d0b39bcec20
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 874,
731 /**/ 733 /**/
732 873, 734 873,
733 /**/ 735 /**/
734 872, 736 872,
735 /**/ 737 /**/