comparison src/version.c @ 5718:f5120cbf16b9 v7.4.204

updated for version 7.4.204 Problem: A mapping where the second byte is 0x80 doesn't work. Solution: Unescape before checking for incomplete multi-byte char. (Nobuhiro Takasaki)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Mar 2014 20:17:51 +0100
parents fb24b025c7cf
children 0ace3a24c2a0
comparison
equal deleted inserted replaced
5717:0cc52481bfd4 5718:f5120cbf16b9
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 204,
741 /**/ 743 /**/
742 203, 744 203,
743 /**/ 745 /**/
744 202, 746 202,
745 /**/ 747 /**/