0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.1.1083: MS-Windows: hang when opening a file on network share

Problem:    MS-Windows: hang when opening a file on network share.
Solution:   Avoid using FindFirstFile(), use GetLongPathNameW(). (Ken Takata,
            closes #3923)
This commit is contained in:
Bram Moolenaar
2019-03-30 17:28:16 +01:00
parent ab62c19ea0
commit 8bb41b3d06
2 changed files with 15 additions and 235 deletions

View File

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