diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3739,
+/**/
     3738,
 /**/
     3737,