diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-02-07 15:48:01 +0800 |
---|---|---|
committer | lonerover <pathfinder1644@yahoo.com> | 2017-02-09 08:24:43 +0800 |
commit | 67eae935575b85719f3292d428d9d5387e0d7fb8 (patch) | |
tree | 492e21afe1324f6c3ba65991b4f338d573043373 /src/nvim/version.c | |
parent | 7629176fb11be234882c64e3bf92d97839301fe4 (diff) | |
download | rneovim-67eae935575b85719f3292d428d9d5387e0d7fb8.tar.gz rneovim-67eae935575b85719f3292d428d9d5387e0d7fb8.tar.bz2 rneovim-67eae935575b85719f3292d428d9d5387e0d7fb8.zip |
vim-patch:7.4.2279
Problem: Starting diff mode with the cursor in the last line might end up
only showing one closed fold. (John Beckett)
Solution: Scroll the window to show the same relative cursor position.
https://github.com/vim/vim/commit/46328f9a1cc8047d1e05095bc9f531038c5a4028
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 befcc918cc..ee2288e1b0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -161,7 +161,7 @@ static int included_patches[] = { // 2282 NA // 2281 NA // 2280, - // 2279, + 2279, // 2278 NA 2277, // 2276, |