comparison src/version.c @ 28033:73f4d1e479f2 v8.2.4541

patch 8.2.4541: Crash in debugger when a variable is not available Commit: https://github.com/vim/vim/commit/e406ff87c86de9da2d02d0e5ebbbf5c5eac051a6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 10 20:47:43 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 22:00:04 +0100
parents 4aa79224acd2
children 9f8535cf6f1b
comparison
equal deleted inserted replaced
28032:8b90d89c9bdd 28033:73f4d1e479f2
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4541,
753 /**/ 755 /**/
754 4540, 756 4540,
755 /**/ 757 /**/
756 4539, 758 4539,
757 /**/ 759 /**/