comparison src/version.c @ 28011:d10d5cc8e657 v8.2.4530

patch 8.2.4530: making comparison with null work changes legacy behavior Commit: https://github.com/vim/vim/commit/f3507a517c38bee5498736607ead64c8ae6b5941 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 9 11:56:21 2022 +0000 patch 8.2.4530: making comparison with null work changes legacy behavior Problem: Making comparison with null work changes legacy behavior. Solution: Only use the better comparison in Vim9 script. (closes https://github.com/vim/vim/issues/9910)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Mar 2022 13:00:03 +0100
parents cc7d54a134e4
children dbf6d5ea7a1f
comparison
equal deleted inserted replaced
28010:c968191a8557 28011:d10d5cc8e657
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 4530,
753 /**/ 755 /**/
754 4529, 756 4529,
755 /**/ 757 /**/
756 4528, 758 4528,
757 /**/ 759 /**/