commit | 5aa9896b2e3330e32dc42a54731cc44ec904acca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 06 17:09:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 06 17:09:38 2018 +0200 |
tree | 86439bd11c592d1bb0066422e7d328b4c2f005d9 | |
parent | 6eddadff13164b98fe8198153cc656897b2cbcb3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5fa69e3..0f0a1b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1798, +/**/ 1797, /**/ 1796,