]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3746: cannot disassemble function starting with "debug" or "profile" v8.2.3746
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Dec 2021 17:20:24 +0000 (17:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Dec 2021 17:20:24 +0000 (17:20 +0000)
commitc7d5fc8622f03cca8d1a9a54d4703e8f0c9941d0
tree3b42a9e1c84f60fd992e8e8834bf88ff886b27fa
parentf661cee847d2c17652b0ad0d703d2e3ac8610265
patch 8.2.3746: cannot disassemble function starting with "debug" or "profile"

Problem:    Cannot disassemble function starting with "debug" or "profile".
Solution:   Check for white space following. (closes #9273)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c