comparison src/version.c @ 5964:238f5027830c v7.4.323

updated for version 7.4.323 Problem: Substitute() with zero width pattern breaks multi-byte character. Solution: Take multi-byte character size into account. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Jun 2014 18:39:22 +0200
parents fd96c55d683d
children c476e0ac8b40
comparison
equal deleted inserted replaced
5963:c23596b8e34f 5964:238f5027830c
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 323,
737 /**/ 739 /**/
738 322, 740 322,
739 /**/ 741 /**/
740 321, 742 321,
741 /**/ 743 /**/