1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-09-21 14:48:53 +02:00
parent 4ff4290de1
commit 0bd4051732
4 changed files with 5 additions and 12 deletions

View File

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