commit | eca7c60d68e63001dbe3c8e5d240b0895e607fc3 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu Apr 14 15:39:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 15:39:43 2022 +0100 |
tree | 04384f6cf892f06286cc7176f80af901cd72be40 | |
parent | 8944551534b311a2d25acf6e8db235c6d906256c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index e1a5bbd..40ed189 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4749, +/**/ 4748, /**/ 4747,