commit | 40fa12aea352474d229f2f750e954a4318aead4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 22 14:18:13 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 22 14:18:13 2021 +0200 |
tree | 329c91648cafc043a13456fca572ed847f427f1e | |
parent | da0b497c6e4e01447669773a931b0eaa5ca757f3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8417acd..b113088 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3453, +/**/ 3452, /**/ 3451,