]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0367: compile_def_function is too long v9.1.0367
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 23 Apr 2024 18:14:46 +0000 (20:14 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 23 Apr 2024 18:14:46 +0000 (20:14 +0200)
commita16f251333e324c94ca8e3e92d1fcf3193dfa382
treed09dde5c33b8e1612588e8c97f9143f9a8fd5309
parentea999037a41292b3d3e00700a87a82fe5d2c12b2
patch 9.1.0367: compile_def_function is too long

Problem:  compile_def_function is too long
Solution: Move out the code to compile the body of a function
          (Yegappan Lakshmanan)

closes: #14622

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c
src/vim9type.c