forked from aniani/vim
patch 8.2.3717: Vim9: error for constant list size is only given at runtime
Problem: Vim9: error for constant list size is only given at runtime. Solution: Give the error at compile time if possible.
This commit is contained in:
@@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3717,
|
||||
/**/
|
||||
3716,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user