diff src/version.c @ 6510:dfd593d81818 v7.4.582

updated for version 7.4.582 Problem: Can't match "%>80v" properly. (Axel Bender) Solution: Correctly handle ">". (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 18 Jan 2015 16:46:32 +0100
parents e1874a4524f8
children f2978794e801
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 */
 /**/
+    582,
+/**/
     581,
 /**/
     580,