mirror of
https://github.com/vim/vim.git
synced 2025-10-03 05:14:07 -04:00
patch 8.2.3556: filler lines are incorrect for other window in diff mode
Problem: Filler lines are incorrect for other window in diff mode after making a change. Solution: Copy filler lines from the current window. (closes #8809)
This commit is contained in:
@@ -1013,6 +1013,9 @@ func Test_diff_with_scroll_and_change()
|
||||
call term_sendkeys(buf, "ax\<Esc>")
|
||||
call VerifyScreenDump(buf, 'Test_diff_scroll_change_02', {})
|
||||
|
||||
call term_sendkeys(buf, "\<C-W>lay\<Esc>")
|
||||
call VerifyScreenDump(buf, 'Test_diff_scroll_change_03', {})
|
||||
|
||||
" clean up
|
||||
call StopVimInTerminal(buf)
|
||||
call delete('Xtest_scroll_change')
|
||||
|
Reference in New Issue
Block a user