comparison src/version.c @ 25483:0160aff01c32 v8.2.3278

patch 8.2.3278: Vim9: error when adding 1 to float Commit: https://github.com/vim/vim/commit/7bf9a07bd7d6264f623109c2896b2a4002c86080 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 2 21:55:15 2021 +0200 patch 8.2.3278: Vim9: error when adding 1 to float Problem: Vim9: error when adding 1 to float. Solution: Accept t_number_bool. (closes https://github.com/vim/vim/issues/8687)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Aug 2021 22:00:06 +0200
parents a975e2b7ea31
children 7d24fdd18672
comparison
equal deleted inserted replaced
25482:e4e9d42dfd67 25483:0160aff01c32
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3278,
758 /**/ 760 /**/
759 3277, 761 3277,
760 /**/ 762 /**/
761 3276, 763 3276,
762 /**/ 764 /**/