commit | b55d618f193d9f413612d8d4e62758056e842e46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 08 22:01:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 08 22:01:53 2021 +0200 |
tree | c853bc4eef70faf63cd7ba3c12f7a3ab6ee1dc2d | |
parent | a733042b124357225e4081e10ef28591236c6077 [diff] [blame] |
patch 8.2.2965: Vim9: crash when calling function that failed to compile Problem: Vim9: crash when calling function that failed to compile. Solution: Fail when trying to call the function. (closes #8344)
diff --git a/src/version.c b/src/version.c index de03654..aee9dcf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2965, +/**/ 2964, /**/ 2963,