]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1261: Vim9: common type of function not tested v8.2.1261
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Jul 2020 18:55:50 +0000 (20:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Jul 2020 18:55:50 +0000 (20:55 +0200)
commitc7db57788b661a5da0b375d4fffdf10721550141
treed4094585b9118ba15554f69bf148cfaa9e9cb2ad
parent7591116acffc45b5880c49244646651badac1629
patch 8.2.1261: Vim9: common type of function not tested

Problem:    Vim9: common type of function not tested.
Solution:   Add a test.  Fix uncovered problems.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c
src/vim9execute.c