diff src/version.c @ 3650:d258a0c5c38a v7.3.585

updated for version 7.3.585 Problem: Calling changed_bytes() too often. Solution: Move changed_bytes() out of a loop. (Tor Perkins)
author Bram Moolenaar <bram@vim.org>
date Fri, 06 Jul 2012 13:36:48 +0200
parents 2d107086903a
children 8393a16069fb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    585,
+/**/
     584,
 /**/
     583,