commit | 648ea76e1d8ca9a9788f88d0d96d0cf0653006bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 19:04:32 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 19:04:32 2021 +0100 |
tree | ecf8cdbfce3d100d8754489dd703a617f2829093 | |
parent | 883cf97f109d2ff281cf77f7b2e3bb44aced7cb3 [diff] [blame] |
patch 8.2.2357: Vim9: crash when parsing function return type fails Problem: Vim9: crash when parsing function return type fails. Solution: Bail out and set return type to "unknown". (closes #7685)
diff --git a/src/version.c b/src/version.c index 9d217e2..e741740 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2357, +/**/ 2356, /**/ 2355,