From fee0e2d977264cd21c9f833937dd56e3ffd4ea60 Mon Sep 17 00:00:00 2001 From: oni-link Date: Thu, 22 May 2014 10:59:59 +0200 Subject: vim-patch:7.4.280 #745 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. https://code.google.com/p/vim/source/detail?r=daf7e98675cf395e1ef96f8040567affb2782a11 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 40ba96c758..0d872b7291 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -207,7 +207,7 @@ static int included_patches[] = { //283, //282, //281, - //280, + 280, //279, //278, 277, -- cgit