1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-02-11 16:30:12 +00:00
parent 14f23122bf
commit f6246f51e3
3 changed files with 15 additions and 3 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4345,
/**/
4344,
/**/