diff src/version.c @ 14822:aa9c7588d30a v8.1.0423

patch 8.1.0423: MS-Windows: using dup-close for flushing a file commit https://github.com/vim/vim/commit/0bd405173234b7d749aac144f60b68fee2135cb3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 21 14:48:53 2018 +0200 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 https://github.com/vim/vim/issues/3463)
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Sep 2018 15:00:06 +0200
parents 8ff32a34f25e
children 845180495796
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    423,
+/**/
     422,
 /**/
     421,