commit | 990bb661a16eb654012eb855e4d17293bc272526 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 15:48:04 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 15:48:04 2010 +0100 |
tree | 222e1ed596a6bfa6782d136f4400c79f1d82917b | |
parent | f86f26c06a397b634a7c919a363c028c04f794f4 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 6b1b88a..bee0e2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 354, +/**/ 353, /**/ 352,