]> granicus.if.org Git - vim/commit
patch 8.2.4749: <script> is not expanded in autocmd context v8.2.4749
authorLemonBoy <thatlemon@gmail.com>
Thu, 14 Apr 2022 14:39:43 +0000 (15:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2022 14:39:43 +0000 (15:39 +0100)
commiteca7c60d68e63001dbe3c8e5d240b0895e607fc3
tree04384f6cf892f06286cc7176f80af901cd72be40
parent8944551534b311a2d25acf6e8db235c6d906256c
patch 8.2.4749: <script> is not expanded in autocmd context

Problem:    <script> is not expanded in autocmd context.
Solution:   Add the context to the pattern struct. (closes #10144)
            Rename AutoPatCmd to AutoPatCmd_T.
src/autocmd.c
src/proto/autocmd.pro
src/scriptfile.c
src/structs.h
src/testdir/test_expand.vim
src/version.c