]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2984: Vim9: test fails because of missing return statement v8.2.2984
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Jun 2021 16:30:56 +0000 (18:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Jun 2021 16:30:56 +0000 (18:30 +0200)
commite6174fd58d459722847c76f8c5aa1b08a49c3e0d
tree84dcb4cd7ba78ca5adeae2466d2930df6b037ce8
parent4a27aefe3b5652ee58b2eb85e9d09b542b087aaa
patch 8.2.2984: Vim9: test fails because of missing return statement

Problem:    Vim9: Test fails because of missing return statement.
Solution:   When type is unknown set type to void.
src/version.c
src/vim9compile.c