comparison src/version.c @ 27976:d265246e6628 v8.2.4513

patch 8.2.4513: window-local directory is not applied if 'acd' fails Commit: https://github.com/vim/vim/commit/b29ae159777028bb3266835b55716749ab0515be Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Mar 5 17:00:31 2022 +0000 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 https://github.com/vim/vim/issues/9891)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Mar 2022 18:15:02 +0100
parents 495418c6cac8
children 442ca2007bec
comparison
equal deleted inserted replaced
27975:6c7a0523dc73 27976:d265246e6628
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4513,
757 /**/ 759 /**/
758 4512, 760 4512,
759 /**/ 761 /**/
760 4511, 762 4511,
761 /**/ 763 /**/