1
0
forked from aniani/vim

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 #8687)
This commit is contained in:
Bram Moolenaar
2021-08-02 21:55:15 +02:00
parent c3160727b9
commit 7bf9a07bd7
3 changed files with 10 additions and 1 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3278,
/**/
3277,
/**/