mirror of
https://github.com/zoriya/vim.git
synced 2025-12-21 22:55:17 +00:00
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:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3468,
|
||||
/**/
|
||||
3467,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user