comparison src/version.c @ 23509:18f3dc6974af v8.2.2297

patch 8.2.2297: Vim9: cannot set 'number' to a boolean value Commit: https://github.com/vim/vim/commit/0ea04408653be843e37d03ce574f5d2eae682339 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 4 13:37:54 2021 +0100 patch 8.2.2297: Vim9: cannot set 'number' to a boolean value Problem: Vim9: cannot set 'number' to a boolean value. Solution: Use tv_get_bool(). (closes https://github.com/vim/vim/issues/7615)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jan 2021 13:45:04 +0100
parents 88a7e3bbb594
children 7e8703464f01
comparison
equal deleted inserted replaced
23508:66c2449bef2e 23509:18f3dc6974af
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 2297,
753 /**/ 755 /**/
754 2296, 756 2296,
755 /**/ 757 /**/
756 2295, 758 2295,
757 /**/ 759 /**/