1
0
forked from aniani/vim

patch 8.2.0714: Vim9: handling constant expression does not scale

Problem:    Vim9: handling constant expression does not scale.
Solution:   Use another solution, passint typval_T.
This commit is contained in:
Bram Moolenaar
2020-05-07 22:19:01 +02:00
parent 2cfb4a2a72
commit f0eefce93b
3 changed files with 165 additions and 61 deletions

View File

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