diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    274,
+/**/
     273,
 /**/
     272,