]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0079: error in autoload script not reported for 'foldexpr' v9.0.0079
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Jul 2022 14:10:56 +0000 (15:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jul 2022 14:10:56 +0000 (15:10 +0100)
commit6809ff978a5c5b798952db9fa663df9e1776f3ff
treeb0821fea1f29dbcc37110b62234ac8c2fda045b5
parent559f230fd618e51d7986d87217ff38a2eac73cef
patch 9.0.0079: error in autoload script not reported for 'foldexpr'

Problem:    Error in autoload script not reported for 'foldexpr'.
Solution:   Reset "emsg_off" when auto-loading a script. (closes #10685)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c