commit | 8922860afb2cf9e89417c0c1417f1fb4458d3b44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 05 22:14:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 05 22:14:54 2020 +0200 |
tree | ac4d2e2ae32f60ac80389414e50878b0fa35c080 | |
parent | 5ba8d3578c835edcfb7e3b132e623c12e62f250b [diff] [blame] |
patch 8.2.0519: Vim9: return type not properly checked Problem: Vim9: return type not properly checked. Solution: Check type properly, also at runtime.
diff --git a/src/version.c b/src/version.c index f420990..6e9f006 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 519, +/**/ 518, /**/ 517,