commit | ca81f0e834640cf3465b3b742e60c12e8a0956f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 20 14:41:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 20 14:41:01 2021 +0200 |
tree | 7c2b244badcd480fb6e699a72e4e72f784feacb2 | |
parent | f573c6e1ed58d46d694c802eaf5ae3662a952744 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6464816..d341ecd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3023, +/**/ 3022, /**/ 3021,