commit | e406ff87c86de9da2d02d0e5ebbbf5c5eac051a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 20:47:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 20:47:43 2022 +0000 |
tree | 9a4e88b915178211c311d1bef0bc88c1eb99ec69 | |
parent | 1b1df95f1a84cbc362e32f676f1e135aa2e7fc3c [diff] [blame] |
patch 8.2.4541: Crash in debugger when a variable is not available Problem: Crash in debugger when a variable is not available in the current block. Solution: Check for a NULL name. (closes #9926)
diff --git a/src/version.c b/src/version.c index 2947790..122ba03 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4541, +/**/ 4540, /**/ 4539,