comparison src/version.c @ 22808:96dbb61a54c2 v8.2.1952

patch 8.2.1952: Vim9: crash when using a NULL dict key Commit: https://github.com/vim/vim/commit/c7f7f6db3e9d3b6b723ed17d5244c83859583832 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 4 13:38:28 2020 +0100 patch 8.2.1952: Vim9: crash when using a NULL dict key Problem: Vim9: crash when using a NULL dict key. Solution: Use a NULL dict key like an empty string. (closes https://github.com/vim/vim/issues/7249)
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Nov 2020 13:45:05 +0100
parents 690b84a6a7ce
children 2d05dd71aac3
comparison
equal deleted inserted replaced
22807:606ff2127ead 22808:96dbb61a54c2
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 1952,
753 /**/ 755 /**/
754 1951, 756 1951,
755 /**/ 757 /**/
756 1950, 758 1950,
757 /**/ 759 /**/