patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not work

Problem:    MS-Windows: fnamemodify('', ':p') does not work.
Solution:   Do not consider an empty string a full path. (Yegappan Lakshmanan,
            closes #9428, closes #9427)
This commit is contained in:
Yegappan Lakshmanan
2021-12-29 18:16:21 +00:00
committed by Bram Moolenaar
parent ba26367fea
commit 5a664fe57f
3 changed files with 4 additions and 1 deletions

View File

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