patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPre v8.2.4345
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 16:30:12 +0000 (16:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 16:30:12 +0000 (16:30 +0000)
commitf6246f51e3d85a982a899b4a8fd9045a5e23016f
tree9c4d6c203fb5aa0703bf5055d612e27b82d35cef
parent14f23122bf94d0d835bed6f0bd0d17b3e47441ab
patch 8.2.4345: <amatch> is expanded like a file name for DirChangedPre

Problem:    <amatch> is expanded like a file name for DirChangedPre.
Solution:   Do not expand <amatch>. (closes #9742)  Also for the User event.
src/autocmd.c
src/testdir/test_autocmd.vim
src/version.c