]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0150: cannot define python function when using :execute v8.2.0150
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Jan 2020 15:50:05 +0000 (16:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Jan 2020 15:50:05 +0000 (16:50 +0100)
commit673660ab00d808d1e96e7181a60c5c8545c0ee75
treef1640b455e435624fa045d972e7d27ee5b77dda1
parent8a7d6542b33e5d2b352262305c3bfdb2d14e1cf8
patch 8.2.0150: cannot define python function when using :execute

Problem:    Cannot define python function when using :execute. (Yasuhiro
            Matsumoto)
Solution:   Do not recognize "def" inside "function.
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c