]> granicus.if.org Git - vim/commit
patch 8.2.4060: win_execute() slow on systems where getcwd()/chdir() is slow v8.2.4060
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Jan 2022 12:37:20 +0000 (12:37 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Jan 2022 12:37:20 +0000 (12:37 +0000)
commitd6f27c66cca32b93fcf8024b1bad1618946bbbea
tree6744abbc86e5f33619c467cfbfe93c8380043cf2
parent19db9e6ba710ca32f0f5e0c2ca2ba69f8228b833
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)
src/evalwindow.c
src/version.c