comparison 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
comparison
equal deleted inserted replaced
15049:8fd94c25a939 15050:c7628d6bc0dc
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 536,
795 /**/ 797 /**/
796 535, 798 535,
797 /**/ 799 /**/
798 534, 800 534,
799 /**/ 801 /**/