comparison src/version.c @ 28017:21cc8371e45e v8.2.4533

patch 8.2.4533: Vim9: no test that after assigning null type is still checked Commit: https://github.com/vim/vim/commit/56b84b1728e68f984446ec2698716cb8a1f6871d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 9 19:46:48 2022 +0000 patch 8.2.4533: Vim9: no test that after assigning null type is still checked Problem: Vim9: no test that after assigning null the type is still checked. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Mar 2022 21:00:03 +0100
parents 6f6d55367abb
children 53e2bf6032e5
comparison
equal deleted inserted replaced
28016:d10a46c89635 28017:21cc8371e45e
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 4533,
753 /**/ 755 /**/
754 4532, 756 4532,
755 /**/ 757 /**/
756 4531, 758 4531,
757 /**/ 759 /**/