]> granicus.if.org Git - vim/commit
patch 8.2.4173: cannot use an import in 'foldexpr' v8.2.4173
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Jan 2022 16:31:11 +0000 (16:31 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Jan 2022 16:31:11 +0000 (16:31 +0000)
commite70dd11ef41f69bd5e94f630194e6b3c4f3f2102
tree52b2b8861caa9630a3dcd58e9f217a1b675515e7
parent6517f14165cdebf83a07ab9d4aeeb102b4e16e92
patch 8.2.4173: cannot use an import in 'foldexpr'

Problem:    Cannot use an import in 'foldexpr'.
Solution:   Set the script context to where 'foldexpr' was set. (closes #9584)
            Fix that the script context was not set for all buffers.
src/eval.c
src/fold.c
src/option.c
src/proto/eval.pro
src/structs.h
src/testdir/test_vim9_import.vim
src/version.c