diff src/version.c @ 3697:d47e6222d1cd v7.3.608

updated for version 7.3.608 Problem: winrestview() does not always restore the view correctly. Solution: Call win_new_height() and win_new_width(). (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Jul 2012 18:05:44 +0200
parents 002f2c5de317
children d29aa05b7e31
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 */
 /**/
+    608,
+/**/
     607,
 /**/
     606,