commit | e70dd11ef41f69bd5e94f630194e6b3c4f3f2102 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 16:31:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 16:31:11 2022 +0000 |
tree | 52b2b8861caa9630a3dcd58e9f217a1b675515e7 | |
parent | 6517f14165cdebf83a07ab9d4aeeb102b4e16e92 [diff] [blame] |
patch 8.2.4173: cannot use an import in 'foldexpr' Problem: Cannot use an import in 'foldexpr'. Solution: Set the script context to where 'foldexpr' was set. (closes #9584) Fix that the script context was not set for all buffers.
diff --git a/src/version.c b/src/version.c index 45ae6d5..a9a8323 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4173, +/**/ 4172, /**/ 4171,