comparison src/version.c @ 26416:7606d9b13068 v8.2.3739

patch 8.2.3739: in wrong directory when using win_execute() with 'acd' set Commit: https://github.com/vim/vim/commit/dea4a616376c6500894c16e26057ce16d7ef9f0e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 4 22:03:34 2021 +0000 patch 8.2.3739: in wrong directory when using win_execute() with 'acd' set Problem: In wrong directory when using win_execute() with 'acd' set. Solution: Restore the directory when returning to the window. (closes https://github.com/vim/vim/issues/9276)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 Dec 2021 23:15:03 +0100
parents 3f842f7b5278
children 9a1b96ae26d1
comparison
equal deleted inserted replaced
26415:f54838eb6663 26416:7606d9b13068
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3739,
756 /**/ 758 /**/
757 3738, 759 3738,
758 /**/ 760 /**/
759 3737, 761 3737,
760 /**/ 762 /**/