commit | 46328f9a1cc8047d1e05095bc9f531038c5a4028 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 15:39:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 15:39:57 2016 +0200 |
tree | 6c304ad0ec0fdaafa7e4e490681a959f36ad46f2 | |
parent | 4427db9bb2f4b4587559eac18cc7ba10c52c6e8b [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6f4be8e..007a56c 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2279, +/**/ 2278, /**/ 2277,