comparison src/version.c @ 23436:ab163feb30cb v8.2.2261

patch 8.2.2261: Vim9: boolean option gets string type Commit: https://github.com/vim/vim/commit/d5ea8f08f78d20fde8773663894de5e8c023bd83 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 1 14:49:15 2021 +0100 patch 8.2.2261: Vim9: boolean option gets string type Problem: Vim9: boolean option gets string type. Solution: Check for VAR_BOOL. (closes https://github.com/vim/vim/issues/7588)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jan 2021 15:00:03 +0100
parents 0fe2cdcff19b
children 4c6ebf531284
comparison
equal deleted inserted replaced
23435:d94ada879d70 23436:ab163feb30cb
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 2261,
753 /**/ 755 /**/
754 2260, 756 2260,
755 /**/ 757 /**/
756 2259, 758 2259,
757 /**/ 759 /**/