diff src/version.c @ 2665:18061514324f v7.3.084

updated for version 7.3.084 Problem: When splitting the window, the new one scrolls with the cursor at the top. Solution: Compute w_fraction before setting the new height.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Dec 2010 17:35:10 +0100
parents 033e7b49356c
children 1a0d346695fa
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 */
 /**/
+    84,
+/**/
     83,
 /**/
     82,