]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2529: Vim9: Not possible to use legacy and Vim9 script in one file v8.2.2529
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Feb 2021 20:57:03 +0000 (21:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Feb 2021 20:57:03 +0000 (21:57 +0100)
commitd3f8a9ee65b249d073343e43e423bc3348dd09d0
tree6e811ccffd1330383158ad2f9fe2a3727370353a
parentc7dac8534ee7f7a49e9d7a37330397c64455cdd7
patch 8.2.2529: Vim9: Not possible to use legacy and Vim9 script in one file

Problem:    Vim9: Not possible to use legacy and Vim9 script in one file.
Solution:   Vim9: allow for "if false" before :vim9script. (closes #7851)
runtime/doc/vim9.txt
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c