diff src/version.c @ 6480:747cbac7047b v7.4.568

updated for version 7.4.568 Problem: Giving an error for ":0wincmd w" is a problem for some plugins. Solution: Allow the zero in the range. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 11:25:05 +0100
parents 0b245c8dbd19
children ccb6962585f1
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 */
 /**/
+    568,
+/**/
     567,
 /**/
     566,