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)
This commit is contained in:
Bram Moolenaar
2021-10-03 19:29:48 +01:00
parent 5a9357d0bf
commit c6376c7984
3 changed files with 28 additions and 1 deletions

View File

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