comparison src/version.c @ 23334:4b4f695e9cd1 v8.2.2210

patch 8.2.2210: Vim9: allocating a type to set TTFLAG_BOOL_OK Commit: https://github.com/vim/vim/commit/3868f59466ed5ff1c5624f40b93c0034ce62cb82 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 25 13:20:41 2020 +0100 patch 8.2.2210: Vim9: allocating a type to set TTFLAG_BOOL_OK Problem: Vim9: allocating a type to set TTFLAG_BOOL_OK. Solution: Add t_number_bool.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Dec 2020 13:30:03 +0100
parents cdb706d5c43d
children 9c8353f58076
comparison
equal deleted inserted replaced
23333:f7d4e8035eb3 23334:4b4f695e9cd1
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 2210,
753 /**/ 755 /**/
754 2209, 756 2209,
755 /**/ 757 /**/
756 2208, 758 2208,
757 /**/ 759 /**/