commit | 5641f38d41068e92c2ba15cb6359f8d80188f6cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 18:06:36 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 18:06:36 2012 +0200 |
tree | 701b9a21b1a91c0847213f16774808499949c2ac | |
parent | bfe3bf806a8a4300289055643d13d19e2dbc8967 [diff] [blame] |
updated for version 7.3.553 Problem: With double-width characters and 'listchars' containing "precedes" the text is displayed one cell off. Solution: Check for double-width character being overwritten by the "precedes" character. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 91226cb..fd997b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 553, +/**/ 552, /**/ 551,