diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-06 21:34:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-06 21:34:04 +0200 |
commit | 5a4e160ce423f56456227c3d7d8d8a069120b377 (patch) | |
tree | fa2571bd998c3167055fb7cbc895b134523e8db9 /src/version.c | |
parent | 7bcdb7d1669b0a37cd86446dab0c66f2e1971fa7 (diff) | |
download | vim-git-5a4e160ce423f56456227c3d7d8d8a069120b377.tar.gz |
updated for version 7.4.253v7.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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f0ef62c7e..365ee5a94 100644 --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 253, +/**/ 252, /**/ 251, |