commit | f6246f51e3d85a982a899b4a8fd9045a5e23016f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 16:30:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 16:30:12 2022 +0000 |
tree | 9c4d6c203fb5aa0703bf5055d612e27b82d35cef | |
parent | 14f23122bf94d0d835bed6f0bd0d17b3e47441ab [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 2c86de3..b70fb29 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4345, +/**/ 4344, /**/ 4343,