commit | 816968defc8ae79eb7e2319e991e74661be8d750 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 29 21:29:18 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 29 21:29:18 2017 +0200 |
tree | ddb01de7db656fdbd9f673e54785860c93379cf7 | |
parent | d371bbe0ab4b07dd3aa8d0f77905d222f6c5fd7e [diff] [blame] |
patch 8.0.1160: getting tab-local variable fails after closing window Problem: Getting tab-local variable fails after closing window. Solution: set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)
diff --git a/src/version.c b/src/version.c index 5724b9d..f2f5c16 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1160, +/**/ 1159, /**/ 1158,