]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest' v8.2.4197
authorBram Moolenaar <Bram@vim.org>
Sun, 23 Jan 2022 17:59:06 +0000 (17:59 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 23 Jan 2022 17:59:06 +0000 (17:59 +0000)
commit2a7aa834583dea157eccf3e69827d2ff1d9fe9c7
tree9ee271aec0458c30d1b40e91fa987e281eed3947
parent428058ab3213e81531cbd7989f4267870f35d52e
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'.
src/evalvars.c
src/testdir/test_vim9_import.vim
src/version.c