commit | 3be8585661f8b0a9b94e9bc1db6ebfa097c3270f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 14:01:31 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 14:01:31 2014 +0200 |
tree | 7dde9056432ebada1a3ce31f629eaf4f76a0d7fa | |
parent | 980e58f7b324980d40ce690506897d138e5e2b70 [diff] [blame] |
updated for version 7.4.320 Problem: Possible crash when an BufLeave autocommand deletes the buffer. Solution: Check for the window pointer being valid. Postpone freeing the window until autocommands are done. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 335f9de..0df080e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 320, +/**/ 319, /**/ 318,