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