commit | 2b90ed294e3e3ce9d02d237317deffe296abf798 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 16:02:36 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 16:02:36 2013 +0200 |
tree | bd01cd5b7d22f732b4c1cfe5646d90203fc86f11 | |
parent | ad875fb7fff85d313fa35acde1afaec998d347d7 [diff] [blame] |
updated for version 7.4a.042 Problem: Crash when BufUnload autocommands close all buffers. (Andrew Pimlott) Solution: Set curwin->w_buffer to curbuf to avoid NULL.
diff --git a/src/version.c b/src/version.c index e435c1b..652305e 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 42, +/**/ 41, /**/ 40,