summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-06 20:45:43 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-06 20:45:43 +0200
commit4c7ab1bb5722de662db04550b74256671f20c4a2 (patch)
tree9fc51404bf8d87a9aa99df7ff30f18617f03513b /src/version.c
parent75b8156a445fb4788dc3d1946764af30b5c50ac4 (diff)
downloadvim-git-4c7ab1bb5722de662db04550b74256671f20c4a2.tar.gz
updated for version 7.4.251v7.4.251
Problem: Crash when BufAdd autocommand wipes out the buffer. Solution: Check for buffer to still be valid. Postpone freeing the buffer structure. (Hirohito Higashi)
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 ad38a7d0c..b74ea983c 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 */
/**/
+ 251,
+/**/
250,
/**/
249,