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:
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3296,
|
||||
/**/
|
||||
3295,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user