comparison src/version.c @ 28029:0ed38a4e028d v8.2.4539

patch 8.2.4539: when comparing special v:none and v:null are handled the same Commit: https://github.com/vim/vim/commit/53ba6ca5b27248680e368340707ad4b32a82591f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 10 19:23:28 2022 +0000 patch 8.2.4539: when comparing special v:none and v:null are handled the same Problem: When comparing special v:none and v:null are handled the same when compiling. Solution: Pass more information so that v:none can be handled differently at compile time. (issue #9923)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 20:30:04 +0100
parents d59552ad3f36
children 4aa79224acd2
comparison
equal deleted inserted replaced
28028:db86841e8419 28029:0ed38a4e028d
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 4539,
753 /**/ 755 /**/
754 4538, 756 4538,
755 /**/ 757 /**/
756 4537, 758 4537,
757 /**/ 759 /**/