1
0
forked from aniani/vim

patch 8.2.4134: MS-Windows: test for import with absolute path fails

Problem:    MS-Windows: test for import with absolute path fails.
Solution:   Handle path starting with slash as an absolute path.
This commit is contained in:
Bram Moolenaar
2022-01-18 13:43:58 +00:00
parent 840f16202e
commit 113b8dc111
2 changed files with 9 additions and 1 deletions

View File

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