commit | 4c7ab1bb5722de662db04550b74256671f20c4a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 06 20:45:43 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 06 20:45:43 2014 +0200 |
tree | 9fc51404bf8d87a9aa99df7ff30f18617f03513b | |
parent | 75b8156a445fb4788dc3d1946764af30b5c50ac4 [diff] [blame] |
updated for version 7.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)
diff --git a/src/version.c b/src/version.c index ad38a7d..b74ea98 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 251, +/**/ 250, /**/ 249,