]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2122: Vim9: crash when sourcing vim9script early v8.2.2122
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Dec 2020 16:16:59 +0000 (17:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Dec 2020 16:16:59 +0000 (17:16 +0100)
commit9ec7026f24e9ac51654300e32afd2b7540cab5f8
treed62d3be5ade6a9957a09ef66e88a37e970552de3
parenta7a691cc142439e266f4ceb1f208bb952b57aa71
patch 8.2.2122: Vim9: crash when sourcing vim9script early

Problem:    Vim9: crash when sourcing vim9script early.
Solution:   Use set_option_value() instead of setting p_cpo directly.
            (closes #7441)
src/scriptfile.c
src/testdir/test_vim9_script.vim
src/version.c