]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.840 v7.3.840
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2013 17:46:01 +0000 (18:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2013 17:46:01 +0000 (18:46 +0100)
commitf5e44a7e90a68f91da540fe9da8b62fb9e2aeea6
tree5baf90058f28eb0cd21158b320f600555cf11a35
parente468e266c45806c782f387ef631a99bfb2575576
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)
src/regexp.c
src/version.c