commit | 47bcc5f4c83c158f43ac2ea7abfe99dbf5c2e098 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 20:19:22 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 22 20:19:22 2022 +0000 |
tree | 078894b69ac8ca24d6c9b841c1268b38febd17a5 | |
parent | 3ba685eeefcfbbf895d70664357ef05f252d7b21 [diff] [blame] |
patch 8.2.4184: cannot use an import in 'includeexpr' Problem: Cannot use an import in 'includeexpr'. Solution: Set the script context when evaluating 'includeexpr'
diff --git a/src/version.c b/src/version.c index bdf7a3a..c4a690c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4184, +/**/ 4183, /**/ 4182,