]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1382: Vim9: using :import in filetype plugin gives an error v8.2.1382
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Aug 2020 20:11:06 +0000 (22:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Aug 2020 20:11:06 +0000 (22:11 +0200)
commit8e1986e3896cc8c2a05fc6291a39ebb275e1cebf
tree2aa8d1f532271a335c18c8a90d6e0f8590cec334
parent56b8dc331dc7f499c8221ed7d1c7795ad5e3bdeb
patch 8.2.1382: Vim9: using :import in filetype plugin gives an error

Problem:    Vim9: using :import in filetype plugin gives an error.
Solution:   Allow commands with the EX_LOCK_OK flag. (closes #6636)
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c