1
0
forked from aniani/vim

patch 8.2.2129: MS-Windows: Checking if a file name is absolute is slow

Problem:    MS-Windows: Checking if a file name is absolute is slow.
Solution:   Do not use mch_FullName(). (closes #7033)
This commit is contained in:
Bram Moolenaar
2020-12-11 20:10:50 +01:00
parent 100118c73a
commit 0ea7421ae6
2 changed files with 9 additions and 15 deletions

View File

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