commit | f3c51bbff1256a52bdd9ede7887f40062be2628c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 19:11:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 19:11:39 2020 +0200 |
tree | e472129747c95bcd3eb6f49cd361c40b5f4ca9ce | |
parent | 8f187fc6304222956f94a700758a490cc8c0af99 [diff] [blame] |
patch 8.2.1748: closing split window in other tab may cause a crash Problem: Closing split window in other tab may cause a crash. Solution: Set tp_curwin properly. (Rob Pilling, closes #7018)
diff --git a/src/version.c b/src/version.c index 03765bf..c253d09 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1748, +/**/ 1747, /**/ 1746,