commit | 2a7aa834583dea157eccf3e69827d2ff1d9fe9c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 17:59:06 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 17:59:06 2022 +0000 |
tree | 9ee271aec0458c30d1b40e91fa987e281eed3947 | |
parent | 428058ab3213e81531cbd7989f4267870f35d52e [diff] [blame] |
patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest' Problem: Cannot use an import in the "expr" part of 'spellsuggest'. Solution: Set the script context when evaluating "expr" of 'spellsuggest'.
diff --git a/src/version.c b/src/version.c index 13a91bf..42e313c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4197, +/**/ 4196, /**/ 4195,