comparison src/version.c @ 16156:602f1888a230 v8.1.1083

patch 8.1.1083: MS-Windows: hang when opening a file on network share commit https://github.com/vim/vim/commit/8bb41b3d062cd315fdd0626dfd6fa68474a96b50 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 17:28:16 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 17:30:05 +0100
parents f344647acbbc
children aef0f93d3eba
comparison
equal deleted inserted replaced
16155:008036af96aa 16156:602f1888a230
773 NULL 773 NULL
774 }; 774 };
775 775
776 static int included_patches[] = 776 static int included_patches[] =
777 { /* Add new patch number below this line */ 777 { /* Add new patch number below this line */
778 /**/
779 1083,
778 /**/ 780 /**/
779 1082, 781 1082,
780 /**/ 782 /**/
781 1081, 783 1081,
782 /**/ 784 /**/