1
0
forked from aniani/vim

patch 8.2.3453: autocmd not executed when editing a directory

Problem:    Autocmd not executed when editing a directory ending in a path
            separator inside try block.
Solution:   Return NOTDONE instead of FAIL. (closes #8885)
This commit is contained in:
Bram Moolenaar
2021-09-22 14:18:13 +02:00
parent da0b497c6e
commit 40fa12aea3
3 changed files with 16 additions and 1 deletions

View File

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