commit | 0bd405173234b7d749aac144f60b68fee2135cb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 14:48:53 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 14:48:53 2018 +0200 |
tree | fb3accf05d842c165661a1b043608d164970a52b | |
parent | 4ff4290de1a9c0fddc02b3fc84f5947bb09db06c [diff] [blame] |
patch 8.1.0423: MS-Windows: using dup-close for flushing a file Problem: MS-Windows: using dup-close for flushing a file. Solution: Use _commit(). (Ken Takata, closes #3463)
diff --git a/src/version.c b/src/version.c index 372fe87..0ff6945 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 423, +/**/ 422, /**/ 421,