]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.651 v7.4.651
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Mar 2015 16:16:06 +0000 (17:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Mar 2015 16:16:06 +0000 (17:16 +0100)
commit4f36dc3bf7118a3fa5ccdae1a37963860dc71e6c
tree27504f5533674af149e8e9f6c62920b94ad5fbbe
parent5d3fbf3bfea3b698f42a44c2732e58fa63f01446
updated for version 7.4.651
Problem:    Can't match "%>80v" properly for multi-byte characters.
Solution:   Multiply the character number by the maximum number of bytes in a
            character. (Yasuhiro Matsumoto)
src/regexp_nfa.c
src/version.c