1
0
forked from aniani/vim

patch 8.2.4060: win_execute() slow on systems where getcwd()/chdir() is slow

Problem:    win_execute() is slow on systems where getcwd() or chdir() is
            slow. (Rick Howe)
Solution:   Avoid using getcwd() and chdir() if no local directory is used and
            'acd' is not set. (closes #9504)
This commit is contained in:
Bram Moolenaar
2022-01-11 12:37:20 +00:00
parent 19db9e6ba7
commit d6f27c66cc
2 changed files with 17 additions and 2 deletions

View File

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