0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.4312: no error for using :vim9script in a :def function

Problem:    No error for using :vim9script in a :def function.
Solution:   Give an error when compiling.
This commit is contained in:
Bram Moolenaar
2022-02-06 17:30:41 +00:00
parent 160afdb185
commit 107f7325f6
3 changed files with 7 additions and 0 deletions

View File

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