commit | c04f2a4cd40f32120b7a94fdea7bfa62e8640041 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 09 19:30:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 09 19:30:03 2021 +0200 |
tree | f95f277447dd83cdf9dacf7d974926abb75fc034 | |
parent | e3f50ad640fb30f27027f85a616280288bbc14ca [diff] [blame] |
patch 8.2.2967: Vim9: crash when using two levels of partials Problem: Vim9: crash when using two levels of partials. Solution: Add outer_ref_T and use it in the execution context.
diff --git a/src/version.c b/src/version.c index f57d692..77b4ed0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2967, +/**/ 2966, /**/ 2965,