commit | f4e88f2152c5975a6f4cfa7ccd745575fe4d1c78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 14:17:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 14:17:28 2022 +0000 |
tree | 80ce52cd0d1ce029cba5689d29b954080083ec31 | |
parent | 7ef4a2fe3736bbeb5bad182782a74576aa06b0db [diff] [blame] |
patch 8.2.4193: cannot use an import in 'charconvert' Problem: Cannot use an import in 'charconvert'. Solution: Set the script context when evaluating 'charconvert'. Also expand script-local functions in 'charconvert'.
diff --git a/src/version.c b/src/version.c index 824522f..a5bb606 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4193, +/**/ 4192, /**/ 4191,