1
0
forked from aniani/vim

patch 8.2.3023: Vim9: arguments for execute() not checked at compile time

Problem:    Vim9: arguments for execute() not checked at compile time.
Solution:   Add a function to check the argument types.
This commit is contained in:
Bram Moolenaar
2021-06-20 14:41:01 +02:00
parent f573c6e1ed
commit ca81f0e834
3 changed files with 37 additions and 1 deletions

View File

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