1
0
forked from aniani/vim

patch 8.2.0717: Vim9: postponed constant expressions does not scale

Problem:    Vim9: postponed constant expressions does not scale.
Solution:   Add a structure to pass around postponed constants.
This commit is contained in:
Bram Moolenaar
2020-05-08 19:10:34 +02:00
parent 5c2fe64443
commit 7d131b0715
3 changed files with 182 additions and 135 deletions

View File

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