]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3411: Vim9: crash when using base name of import v8.2.3411
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Sep 2021 20:12:19 +0000 (22:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Sep 2021 20:12:19 +0000 (22:12 +0200)
commit6853c38b78fe5333f95470e1ff3ca6741247e600
treef1cb34af0b184966d3f23297e9d3726b2e43ba03
parent89a54b413a8c96206ce7e038dde81a6eff6cd6b8
patch 8.2.3411: Vim9: crash when using base name of import

Problem:    Vim9: crash when using base name of import. (Naohiro Ono)
Solution:   Check the import flags. (closes #8843)
src/errors.h
src/evalvars.c
src/testdir/test_vim9_script.vim
src/version.c