comparison src/version.c @ 12918:8ba2a921cd86 v8.0.1335

patch 8.0.1335: writefile() using fsync() may give an error. commit https://github.com/vim/vim/commit/291a9d15ed1eb1094edc8ad6dda00a6da3bd7072 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 25 14:37:11 2017 +0100 patch 8.0.1335: writefile() using fsync() may give an error. Problem: Writefile() using fsync() may give an error for a device. (Yasuhiro Matsumoto) Solution: Ignore fsync() failing. (closes #2373)
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Nov 2017 14:45:04 +0100
parents af2e0401eb8c
children 327e1264b9bf
comparison
equal deleted inserted replaced
12917:f4f2426f5a01 12918:8ba2a921cd86
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1335,
774 /**/ 776 /**/
775 1334, 777 1334,
776 /**/ 778 /**/
777 1333, 779 1333,
778 /**/ 780 /**/