commit | 7ef4a2fe3736bbeb5bad182782a74576aa06b0db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 13:44:35 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 13:44:35 2022 +0000 |
tree | 082731e347d8841572fb8644dacd03506180984b | |
parent | e15ebeffb35da4bb7d9054358671735ce6988c28 [diff] [blame] |
patch 8.2.4192: cannot use an import in 'printexpr' Problem: Cannot use an import in 'printexpr'. Solution: Set the script context when evaluating 'printexpr'.
diff --git a/src/version.c b/src/version.c index f385750..824522f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4192, +/**/ 4191, /**/ 4190,