summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-06 21:34:04 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-06 21:34:04 +0200
commit5a4e160ce423f56456227c3d7d8d8a069120b377 (patch)
treefa2571bd998c3167055fb7cbc895b134523e8db9 /src/version.c
parent7bcdb7d1669b0a37cd86446dab0c66f2e1971fa7 (diff)
downloadvim-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.c2
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,