mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.3394: filler lines are wrong when changing text in diff mode
Problem: Filler lines are wrong when changing text in diff mode. Solution: Don't change the filler lines on every change. Check scrollbinding when updating the filler lines. (closes #8809)
This commit is contained in:
13
src/diff.c
13
src/diff.c
@@ -655,6 +655,8 @@ diff_redraw(
|
|||||||
int dofold) // also recompute the folds
|
int dofold) // also recompute the folds
|
||||||
{
|
{
|
||||||
win_T *wp;
|
win_T *wp;
|
||||||
|
win_T *wp_other = NULL;
|
||||||
|
int used_max_fill = FALSE;
|
||||||
int n;
|
int n;
|
||||||
|
|
||||||
need_diff_redraw = FALSE;
|
need_diff_redraw = FALSE;
|
||||||
@@ -662,6 +664,8 @@ diff_redraw(
|
|||||||
if (wp->w_p_diff)
|
if (wp->w_p_diff)
|
||||||
{
|
{
|
||||||
redraw_win_later(wp, SOME_VALID);
|
redraw_win_later(wp, SOME_VALID);
|
||||||
|
if (wp != curwin)
|
||||||
|
wp_other = wp;
|
||||||
#ifdef FEAT_FOLDING
|
#ifdef FEAT_FOLDING
|
||||||
if (dofold && foldmethodIsDiff(wp))
|
if (dofold && foldmethodIsDiff(wp))
|
||||||
foldUpdateAll(wp);
|
foldUpdateAll(wp);
|
||||||
@@ -674,10 +678,19 @@ diff_redraw(
|
|||||||
if (wp->w_topfill > n)
|
if (wp->w_topfill > n)
|
||||||
wp->w_topfill = (n < 0 ? 0 : n);
|
wp->w_topfill = (n < 0 ? 0 : n);
|
||||||
else if (n > 0 && n > wp->w_topfill)
|
else if (n > 0 && n > wp->w_topfill)
|
||||||
|
{
|
||||||
wp->w_topfill = n;
|
wp->w_topfill = n;
|
||||||
|
if (wp == curwin)
|
||||||
|
used_max_fill = TRUE;
|
||||||
|
}
|
||||||
check_topfill(wp, FALSE);
|
check_topfill(wp, FALSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (wp_other != NULL && used_max_fill && curwin->w_p_scb)
|
||||||
|
// The current window was set to used the maximum number of filler
|
||||||
|
// lines, may need to reduce them.
|
||||||
|
diff_set_topline(wp_other, curwin);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@@ -535,6 +535,10 @@ changed_window_setting_win(win_T *wp)
|
|||||||
void
|
void
|
||||||
set_topline(win_T *wp, linenr_T lnum)
|
set_topline(win_T *wp, linenr_T lnum)
|
||||||
{
|
{
|
||||||
|
#ifdef FEAT_DIFF
|
||||||
|
linenr_T prev_topline = wp->w_topline;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef FEAT_FOLDING
|
#ifdef FEAT_FOLDING
|
||||||
// go to first of folded lines
|
// go to first of folded lines
|
||||||
(void)hasFoldingWin(wp, lnum, &lnum, NULL, TRUE, NULL);
|
(void)hasFoldingWin(wp, lnum, &lnum, NULL, TRUE, NULL);
|
||||||
@@ -546,7 +550,9 @@ set_topline(win_T *wp, linenr_T lnum)
|
|||||||
wp->w_topline = lnum;
|
wp->w_topline = lnum;
|
||||||
wp->w_topline_was_set = TRUE;
|
wp->w_topline_was_set = TRUE;
|
||||||
#ifdef FEAT_DIFF
|
#ifdef FEAT_DIFF
|
||||||
wp->w_topfill = 0;
|
if (lnum != prev_topline)
|
||||||
|
// Keep the filler lines when the topline didn't change.
|
||||||
|
wp->w_topfill = 0;
|
||||||
#endif
|
#endif
|
||||||
wp->w_valid &= ~(VALID_WROW|VALID_CROW|VALID_BOTLINE|VALID_TOPLINE);
|
wp->w_valid &= ~(VALID_WROW|VALID_CROW|VALID_BOTLINE|VALID_TOPLINE);
|
||||||
// Don't set VALID_TOPLINE here, 'scrolloff' needs to be checked.
|
// Don't set VALID_TOPLINE here, 'scrolloff' needs to be checked.
|
||||||
|
20
src/testdir/dumps/Test_diff_scroll_change_01.dump
Normal file
20
src/testdir/dumps/Test_diff_scroll_change_01.dump
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
| +0#0000e05#a8a8a8255@1|-+0#4040ff13#afffff255@34||+1#0000000#ffffff0| +0#0000e05#a8a8a8255@1|6+0#0000000#5fd7ff255| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|-+0#4040ff13#afffff255@34||+1#0000000#ffffff0| +0#0000e05#a8a8a8255@1|7+0#0000000#5fd7ff255| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|-+0#4040ff13#afffff255@34||+1#0000000#ffffff0| +0#0000e05#a8a8a8255@1|8+0#0000000#5fd7ff255| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|9+0#0000000#ffffff0| @33||+1&&| +0#0000e05#a8a8a8255@1|9+0#0000000#ffffff0| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|0| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|0| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0@1| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0@1| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|2| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|2| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|3| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|3| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|4| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|4| @32
|
||||||
|
|-+0#0000e05#a8a8a8255| |1+0#0000000#ffffff0>5| @32||+1&&|-+0#0000e05#a8a8a8255| |1+0#0000000#ffffff0|5| @32
|
||||||
|
|~+0#4040ff13&| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|[+3#0000000&|N|o| |N|a|m|e|]| |[|+|]| @5|7|,|2| @11|A|l@1| |[+1&&|N|o| |N|a|m|e|]| |[|+|]| @5|1|5|,|2| @10|B|o|t
|
||||||
|
| +0&&@74
|
20
src/testdir/dumps/Test_diff_scroll_change_02.dump
Normal file
20
src/testdir/dumps/Test_diff_scroll_change_02.dump
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
| +0#0000e05#a8a8a8255@1|-+0#4040ff13#afffff255@34||+1#0000000#ffffff0| +0#0000e05#a8a8a8255@1|6+0#0000000#5fd7ff255| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|-+0#4040ff13#afffff255@34||+1#0000000#ffffff0| +0#0000e05#a8a8a8255@1|7+0#0000000#5fd7ff255| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|-+0#4040ff13#afffff255@34||+1#0000000#ffffff0| +0#0000e05#a8a8a8255@1|8+0#0000000#5fd7ff255| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|9+0#0000000#ffffff0| @33||+1&&| +0#0000e05#a8a8a8255@1|9+0#0000000#ffffff0| @33
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|0| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|0| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0@1| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0@1| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|2| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|2| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|3| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|3| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|4| @32||+1&&| +0#0000e05#a8a8a8255@1|1+0#0000000#ffffff0|4| @32
|
||||||
|
| +0#0000e05#a8a8a8255@1|1+0#0000000#ffd7ff255|5>x+2&#ff404010| +0&#ffd7ff255@31||+1&#ffffff0| +0#0000e05#a8a8a8255@1|1+0#0000000#ffd7ff255|5| @32
|
||||||
|
|~+0#4040ff13#ffffff0| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|~| @35||+1#0000000&|~+0#4040ff13&| @35
|
||||||
|
|[+3#0000000&|N|o| |N|a|m|e|]| |[|+|]| @5|7|,|3| @11|A|l@1| |[+1&&|N|o| |N|a|m|e|]| |[|+|]| @5|1|5|,|3| @10|B|o|t
|
||||||
|
| +0&&@74
|
@@ -993,6 +993,30 @@ func Test_diff_screen()
|
|||||||
call delete('XdiffSetup')
|
call delete('XdiffSetup')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
func Test_diff_with_scroll_and_change()
|
||||||
|
CheckScreendump
|
||||||
|
|
||||||
|
let lines =<< trim END
|
||||||
|
call setline(1, range(1, 15))
|
||||||
|
vnew
|
||||||
|
call setline(1, range(9, 15))
|
||||||
|
windo diffthis
|
||||||
|
wincmd h
|
||||||
|
exe "normal Gl5\<C-E>"
|
||||||
|
END
|
||||||
|
call writefile(lines, 'Xtest_scroll_change')
|
||||||
|
let buf = RunVimInTerminal('-S Xtest_scroll_change', {})
|
||||||
|
|
||||||
|
call VerifyScreenDump(buf, 'Test_diff_scroll_change_01', {})
|
||||||
|
|
||||||
|
call term_sendkeys(buf, "ax\<Esc>")
|
||||||
|
call VerifyScreenDump(buf, 'Test_diff_scroll_change_02', {})
|
||||||
|
|
||||||
|
" clean up
|
||||||
|
call StopVimInTerminal(buf)
|
||||||
|
call delete('Xtest_scroll_change')
|
||||||
|
endfunc
|
||||||
|
|
||||||
func Test_diff_with_cursorline()
|
func Test_diff_with_cursorline()
|
||||||
CheckScreendump
|
CheckScreendump
|
||||||
|
|
||||||
|
@@ -755,6 +755,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3394,
|
||||||
/**/
|
/**/
|
||||||
3393,
|
3393,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user