commit | c6376c798433bcb9ee38a8664299d11454546950 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 03 19:29:48 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 03 19:29:48 2021 +0100 |
tree | 012d7e527e8103d3d28af5d76b0add159e4e2e43 | |
parent | 5a9357d0bff9059f547906d8d03b31bca7215af1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4107767..00ede81 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3468, +/**/ 3467, /**/ 3466,