| commit | f5e44a7e90a68f91da540fe9da8b62fb9e2aeea6 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 18:46:01 2013 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 18:46:01 2013 +0100 |
| tree | 5baf90058f28eb0cd21158b320f600555cf11a35 | |
| parent | e468e266c45806c782f387ef631a99bfb2575576 [diff] |
updated for version 7.3.840
Problem: "\@<!" in regexp does not work correctly with multi-byte
characters, especially cp932.
Solution: Move column to start of multi-byte character. (Yasuhiro Matsumoto)