diff src/version.c @ 6232:ac6cfdc02695 v7.4.451

updated for version 7.4.451 Problem: Calling system() with empty input gives an error for writing the temp file. Solution: Do not try writing if the string length is zero. (Olaf Dabrunz)
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Sep 2014 20:45:23 +0200
parents 7c9abc70ffc1
children 78aad99db762
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    451,
+/**/
     450,
 /**/
     449,