diff options
author | oni-link <knil.ino@gmail.com> | 2014-05-22 10:59:59 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-06-05 18:13:17 -0400 |
commit | fee0e2d977264cd21c9f833937dd56e3ffd4ea60 (patch) | |
tree | c7b12557e3fbf5df251a41777012309f35b2be11 /src/nvim/version.c | |
parent | 862a25f96e805aa7ef0912c3d50530a3eb350aeb (diff) | |
download | rneovim-fee0e2d977264cd21c9f833937dd56e3ffd4ea60.tar.gz rneovim-fee0e2d977264cd21c9f833937dd56e3ffd4ea60.tar.bz2 rneovim-fee0e2d977264cd21c9f833937dd56e3ffd4ea60.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |