| 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] |
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)