diff src/version.c @ 15050:c7628d6bc0dc v8.1.0536

patch 8.1.0536: file time test fails when using NFS commit https://github.com/vim/vim/commit/addc156c38d442367854f71baee31f2eb003c699 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 18 12:25:09 2018 +0100 patch 8.1.0536: file time test fails when using NFS Problem: File time test fails when using NFS. Solution: Use three file times instead of localtim(). (James McCoy, closes #3618)
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Nov 2018 12:30:06 +0100
parents 73f59cd01ba7
children 35c2d164a630
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -793,6 +793,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    536,
+/**/
     535,
 /**/
     534,