commit | f9e687e0681a250e1549ab27b6c7ef2c500395e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 21:33:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 21:33:09 2016 +0200 |
tree | df8b0ef0bc7020120472d3f1752d27ff8e869f73 | |
parent | c8fe338d64cc6183c03d4c12b1e036a7745e2932 [diff] [blame] |
patch 7.4.2328 Problem: Crash when BufWinLeave autocmd goes to another tab page. (Hirohito Higashi) Solution: Make close_buffer() go back to the right window.
diff --git a/src/version.c b/src/version.c index 4ab697b..89e5f95 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2328, +/**/ 2327, /**/ 2326,