]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2650: Vim9: command modifiers not handled in nested function v8.2.2650
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Mar 2021 21:00:56 +0000 (22:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Mar 2021 21:00:56 +0000 (22:00 +0100)
commit2fecb53115e25de6203363be8018ee676ad1422b
treee54e5847165d82e40c5c3128c8fd882ade203ea8
parent1ff89deeaa07a161afbe91f57c340f3758d34f49
patch 8.2.2650: Vim9: command modifiers not handled in nested function

Problem:    Vim9: command modifiers not handled in nested function.
Solution:   Keep function-local info in a structure and save it on the stack.
src/testdir/test_vim9_func.vim
src/version.c
src/vim9.h
src/vim9execute.c