1
0
forked from aniani/vim

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 #9276)
This commit is contained in:
Bram Moolenaar
2021-12-04 22:03:34 +00:00
parent 23bdef2571
commit dea4a61637
3 changed files with 36 additions and 0 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3739,
/**/
3738,
/**/