1
0
forked from aniani/vim

patch 8.2.3296: Vim9: cannot add a number to a float

Problem:    Vim9: cannot add a number to a float.
Solution:   Accept a number if the destination is a float. (closes #8703)
This commit is contained in:
Bram Moolenaar
2021-08-05 19:01:17 +02:00
parent 4f33bc20d7
commit af647e76ca
3 changed files with 23 additions and 2 deletions

View File

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