]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4505: Vim9: outdated "autocmd nested" still works v8.2.4505
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Mar 2022 20:10:38 +0000 (20:10 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Mar 2022 20:10:38 +0000 (20:10 +0000)
commitf07751457c39a645009c17cd837131f6bcdd7d55
tree119f5f4f97b44fa75496ec1d690c855bc16af8c3
parent196c3850dbe95247f7aa1b0000a5cae625a99ef2
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.
src/autocmd.c
src/errors.h
src/testdir/test_autocmd.vim
src/version.c