commit | c7dac8534ee7f7a49e9d7a37330397c64455cdd7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 18:49:11 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 18:49:11 2021 +0100 |
tree | 338f1b5d30833d15a009313588b0289a16e80c2b | |
parent | 064095012c0b8e4e43e75834b337115950898fbf [diff] [blame] |
patch 8.2.2528: Vim9: crash when compiling lambda fails Problem: Vim9: crash when compiling lambda fails. Solution: Bail out after compilation fails. (closes #7862)
diff --git a/src/version.c b/src/version.c index 0fb8896..4c0fb5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2528, +/**/ 2527, /**/ 2526,