]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3468: problem with :cd when editing file in non-existent directory v8.2.3468
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Oct 2021 18:29:48 +0000 (19:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Oct 2021 18:29:48 +0000 (19:29 +0100)
commitc6376c798433bcb9ee38a8664299d11454546950
tree012d7e527e8103d3d28af5d76b0add159e4e2e43
parent5a9357d0bff9059f547906d8d03b31bca7215af1
patch 8.2.3468: problem with :cd when editing file in non-existent directory

Problem:    Problem with :cd when editing file in non-existent directory. (Yee
            Cheng Chin)
Solution:   Prepend the current directory to get the full path. (closes #8903)
src/os_unix.c
src/testdir/test_cd.vim
src/version.c