diff src/version.c @ 5875:daf7e98675cf v7.4.280

updated for version 7.4.280 Problem: When using a session file the relative position of the cursor is not restored if there is another tab. (Nobuhiro Takasaki) Solution: Update w_wrow before calculating the fraction.
author Bram Moolenaar <bram@vim.org>
date Wed, 07 May 2014 20:25:35 +0200
parents 8e9db1f27a00
children 24c90f1fec85
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 */
 /**/
+    280,
+/**/
     279,
 /**/
     278,