1
0
forked from aniani/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.
This commit is contained in:
Bram Moolenaar
2016-08-28 15:39:57 +02:00
parent 4427db9bb2
commit 46328f9a1c
4 changed files with 20 additions and 2 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2279,
/**/
2278,
/**/