commit | f07751457c39a645009c17cd837131f6bcdd7d55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 20:10:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 20:10:38 2022 +0000 |
tree | 119f5f4f97b44fa75496ec1d690c855bc16af8c3 | |
parent | 196c3850dbe95247f7aa1b0000a5cae625a99ef2 [diff] [blame] |
patch 8.2.4505: Vim9: outdated "autocmd nested" still works Problem: Vim9: outdated "autocmd nested" still works. Solution: Do not accept the :autocmd argument "nested" without "++" in Vim9 script.
diff --git a/src/version.c b/src/version.c index e1ca0d7..5f703c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4505, +/**/ 4504, /**/ 4503,