]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.685 v7.4.685
authorBram Moolenaar <Bram@vim.org>
Tue, 31 Mar 2015 12:17:31 +0000 (14:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 31 Mar 2015 12:17:31 +0000 (14:17 +0200)
commit0e462411cafdd908356792b2c229ab6369103bca
treed99ddbdce3dbeb5860aba70fbcef91fbdb2fc196
parente5c421cfd70a4d864faa0fac4e9f2dd6cdf5881d
updated for version 7.4.685
Problem:    When there are illegal utf-8 characters the old regexp engine may
            go past the end of a string.
Solution:   Only advance to the end of the string. (Dominique Pelle)
src/regexp.c
src/version.c