1
0
forked from aniani/vim

patch 8.0.1798: MS-Windows: file considered read-only too often

Problem:    MS-Windows: file considered read-only when another program has
            opened it.
Solution:   Pass file sharing flag to CreateFile(). (Linwei, closes #2860)
This commit is contained in:
Bram Moolenaar
2018-05-06 17:09:38 +02:00
parent 6eddadff13
commit 5aa9896b2e
2 changed files with 12 additions and 5 deletions

View File

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