comparison src/version.c @ 5863:1ee3fc5b40ae v7.4.274

updated for version 7.4.274 Problem: When doing ":update" just before running an external command that changes the file, the timestamp may be unchanged and the file is not reloaded. Solution: Also check the file size.
author Bram Moolenaar <bram@vim.org>
date Fri, 02 May 2014 15:46:14 +0200
parents 747afb6a6de4
children 8a3117a4887c
comparison
equal deleted inserted replaced
5862:306caa30d83b 5863:1ee3fc5b40ae
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 274,
737 /**/ 739 /**/
738 273, 740 273,
739 /**/ 741 /**/
740 272, 742 272,
741 /**/ 743 /**/