diff src/version.c @ 6506:a5a6f1467b1e v7.4.580

updated for version 7.4.580 Problem: ":52wincmd v" still gives an invalid range error. (Charles Campbell) Solution: Skip over white space.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 21:22:01 +0100
parents 134a7d55f9fa
children e1874a4524f8
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 */
 /**/
+    580,
+/**/
     579,
 /**/
     578,