commit | 831bdf8622fdfce7f02d48f847005e3909a055a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 22 19:32:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 22 19:32:17 2021 +0200 |
tree | ac76091acf3aa379b345f7548db7e2d08eb25b39 | |
parent | ef7be8348fd830e409504a442f3f3ad0931cfbc3 [diff] [blame] |
patch 8.2.3035: Vim9: crash when calling :def function with partial Problem: Vim9: crash when calling :def function with partial and return type is not set. Solution: When the return type is not set handle like the return type is unknown. (closes #8422)
diff --git a/src/version.c b/src/version.c index 5502952..653e578 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3035, +/**/ 3034, /**/ 3033,