]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline window v8.2.1403
authorBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 12:33:55 +0000 (14:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 9 Aug 2020 12:33:55 +0000 (14:33 +0200)
commit3896a105eb3697b1a399255ac31c742c8840bd69
tree6c01db70d33fdbd680389734dd19fc7a09027134
parent94f6c06ac54401ea34a07f8c45242f11bd1e1e3a
patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline window

Problem:    Vim9: Vim highlighting fails in cmdline window if it uses Vim9
            commands.
Solution:   Allow using :vim9script, :import and :export while in the cmdline
            window. (closes #6656)
src/ex_cmds.h
src/testdir/test_vim9_script.vim
src/version.c