comparison src/version.c @ 23497:2247a2ce3630 v8.2.2291

patch 8.2.2291: Vim9: cannot use "null" for v:null Commit: https://github.com/vim/vim/commit/67977821270bd328cd37c4ace38fb97f21ad4fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 21:53:53 2021 +0100 patch 8.2.2291: Vim9: cannot use "null" for v:null Problem: Vim9: cannot use "null" for v:null. Solution: Support "null" like "true" and "false". (closes https://github.com/vim/vim/issues/7495)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Jan 2021 22:00:04 +0100
parents 1f85acfb23cd
children fe868a6d2e0a
comparison
equal deleted inserted replaced
23496:0e54f7d3c0ea 23497:2247a2ce3630
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 2291,
753 /**/ 755 /**/
754 2290, 756 2290,
755 /**/ 757 /**/
756 2289, 758 2289,
757 /**/ 759 /**/