]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3593: directory is wrong after executing "lcd" with win_execute() v8.2.3593
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Nov 2021 11:41:31 +0000 (11:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Nov 2021 11:41:31 +0000 (11:41 +0000)
commit7f13b24ab6aca808262e68680d8fe5f082670ebd
treea6fc626ad6115ec983c0d682489ccc1397741f87
parent6a950a6007f27d9d0ce32ef8dcaf5c9d0f1b5aab
patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()

Problem:    Directory is wrong after executing "lcd" with win_execute().
Solution:   Correct the directory when going back to the original window.
            (closes #9132)
src/evalwindow.c
src/proto/window.pro
src/testdir/test_execute_func.vim
src/version.c
src/window.c