commit | e6174fd58d459722847c76f8c5aa1b08a49c3e0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 18:30:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 18:30:56 2021 +0200 |
tree | 84dcb4cd7ba78ca5adeae2466d2930df6b037ce8 | |
parent | 4a27aefe3b5652ee58b2eb85e9d09b542b087aaa [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index fcb0d92..7f459c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2984, +/**/ 2983, /**/ 2982,