commit | 56b3bf89aa2021d20afabd8ec7b513beb1b8df25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 07 20:25:35 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 07 20:25:35 2014 +0200 |
tree | a7f09a2544e11b0f13f474cca9526eefbade718f | |
parent | 1b1063af58b015b7827168f8fa2631efb60c252b [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 80c9fe3..818a8b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 280, +/**/ 279, /**/ 278,