diff src/version.c @ 6255:c0d93d67572b v7.4.462

updated for version 7.4.462 Problem: Setting the local value of 'backupcopy' empty gives an error. (Peter Mattern) Solution: When using an empty value set the flags to zero. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Mon, 29 Sep 2014 17:15:18 +0200
parents 4eba2bdb26f2
children 6f80b9a773db
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 */
 /**/
+    462,
+/**/
     461,
 /**/
     460,