comparison src/version.c @ 27928:ca7a207d83cd v8.2.4489

patch 8.2.4489: failing test for comparing v:null with number Commit: https://github.com/vim/vim/commit/c6e9d7063d275139d3c207435d293271c8b556ab Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 2 13:13:30 2022 +0000 patch 8.2.4489: failing test for comparing v:null with number Problem: Failing test for comparing v:null with number. Solution: Allow comparing v:null with number in legacy script. (Ken Takata, closes #9873) Also do this for float.
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Mar 2022 14:15:04 +0100
parents 46c06f741d12
children 1a702abffaf3
comparison
equal deleted inserted replaced
27927:45b66f615f24 27928:ca7a207d83cd
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4489,
757 /**/ 759 /**/
758 4488, 760 4488,
759 /**/ 761 /**/
760 4487, 762 4487,
761 /**/ 763 /**/