commit | 107f7325f615a1ffa5b49521e316b44e117b0a04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 17:30:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 06 17:30:41 2022 +0000 |
tree | d5acc8eeaa2ad3bb1abc59dd9e5df0f18d7e6107 | |
parent | 160afdb1850b8cf56dc8e94acee7a04bc2113992 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 2342462..825f12d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4312, +/**/ 4311, /**/ 4310,