]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.253 v7.4.253
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Apr 2014 19:34:04 +0000 (21:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Apr 2014 19:34:04 +0000 (21:34 +0200)
commit5a4e160ce423f56456227c3d7d8d8a069120b377
treefa2571bd998c3167055fb7cbc895b134523e8db9
parent7bcdb7d1669b0a37cd86446dab0c66f2e1971fa7
updated for version 7.4.253
Problem:    Crash when using cpp syntax file with pattern using external
            match. (Havard Garnes)
Solution:   Discard match when end column is before start column.
src/regexp.c
src/regexp_nfa.c
src/version.c