commit | 2bd59daf58431284e13f3e080a52cab032eb792f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 21 22:29:47 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 21 22:29:47 2014 +0200 |
tree | f84cc2dee484690fc0641850a7f64042583bb033 | |
parent | 567b26e882a3a73f37f69390f3a34ec533ff4590 [diff] | |
parent | 65fd0592fb3845c17b27c441380553fc22f78812 [diff] |
Issue #2382: SyntaxError cursor "^" now is written at correct position in most cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters.