comparison src/version.c @ 2069:63613d8d7e4d v7.2.354

updated for version 7.2.354 Problem: Japanese single-width double-byte characters not handled correctly. Solution: Put 0x8e in ScreenLines[] and the second byte in ScreenLines2[]. (partly by Kikuchan)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 03 Feb 2010 15:48:04 +0100
parents 98a2a6e6b966
children 4483ee552619
comparison
equal deleted inserted replaced
2068:98a2a6e6b966 2069:63613d8d7e4d
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 354,
684 /**/ 686 /**/
685 353, 687 353,
686 /**/ 688 /**/
687 352, 689 352,
688 /**/ 690 /**/