diff src/version.c @ 6522:a03e143b9358 v7.4.588

updated for version 7.4.588 Problem: ":0argedit foo" puts the new argument in the second place instead of the first. Solution: Adjust the range type. (Ingo Karkat)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Jan 2015 19:31:02 +0100
parents 70793fedd25a
children 8ff2d1b611bf
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 */
 /**/
+    588,
+/**/
     587,
 /**/
     586,