commit | 303215d60cece0462f040035502b5bc95373bd6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 07 20:10:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 07 20:10:43 2021 +0200 |
tree | 7205c8883ce386de1d5b6819dff26f399b8f01c8 | |
parent | b5098060f4acae4dac3203130278c948d670a3d5 [diff] [blame] |
patch 8.2.3116: Vim9: crash when debugging a function with line continuation Problem: Vim9: crash when debugging a function with line continuation. Solution: Check for a NULL pointer. (closes #8521)
diff --git a/src/version.c b/src/version.c index e2f74e9..1deb3e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3116, +/**/ 3115, /**/ 3114,