commit | b29ae159777028bb3266835b55716749ab0515be | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sat Mar 05 17:00:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 17:00:31 2022 +0000 |
tree | 6a5583099154bfd1a982457ec21b5f373ed9405b | |
parent | df1bbea436636ac227d33dd79f77e07f4fffb028 [diff] [blame] |
patch 8.2.4513: window-local directory is not applied if 'acd' fails Problem: Window-local directory is not applied if 'acd' fails. Solution: Don't call do_autochdir(). (closes #9891)
diff --git a/src/version.c b/src/version.c index e808010..357ed40 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4513, +/**/ 4512, /**/ 4511,