diff src/version.c @ 5936:88a6e9f33822 v7.4.309

updated for version 7.4.309 Problem: When increasing the size of the lower window, the upper window jumps back to the top. (Ron Aaron) Solution: Change setting the topline. (Nobuhiro Takasaki)
author Bram Moolenaar <bram@vim.org>
date Wed, 28 May 2014 13:43:04 +0200
parents e3d2b8d83bb3
children ccac0aa34eea
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    309,
+/**/
     308,
 /**/
     307,