commit | 8c752bd6c4af54c0b7bac35a39acc2bf16015f85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 17:09:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 17:09:56 2017 +0100 |
tree | d3d5fed20e6d7bb27a955eb129c8cfec0fc04bcb | |
parent | 4520d440c59034452d1450b27fcd56825c090687 [diff] [blame] |
patch 8.0.0486: crash and endless loop when closing windows in autocmd Problem: Crash and endless loop when closing windows in a SessionLoadPost autocommand. Solution: Check for valid tabpage. (partly neovim #6308)
diff --git a/src/version.c b/src/version.c index 91f795b..7cd12eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 486, +/**/ 485, /**/ 484,