mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 22:28:43 +00:00
vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode (#16164)
Problem: Filler lines are incorrect for other window in diff mode after
making a change.
Solution: Copy filler lines from the current window. (closes vim/vim#8809)
841c225b9e
This commit is contained in:
committed by
GitHub
parent
4a618b00bc
commit
bb79e05f81
@@ -984,6 +984,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