diff src/version.c @ 25838:15fe946b1a41 v8.2.3453

patch 8.2.3453: autocmd not executed when editing a directory Commit: https://github.com/vim/vim/commit/40fa12aea352474d229f2f750e954a4318aead4e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 22 14:18:13 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Sep 2021 14:30:05 +0200
parents a89664a64d62
children 8ff483b86d9b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3453,
+/**/
     3452,
 /**/
     3451,