1
0
forked from aniani/vim

patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'

Problem:    fnamemodify('path/..', ':p') differs from using 'path/../'.
Solution:   Include the "/.." in the directory name. (closes #8808)
This commit is contained in:
Bram Moolenaar
2021-08-30 21:26:16 +02:00
parent de05ae7158
commit 4eaef9979f
3 changed files with 11 additions and 1 deletions

View File

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