neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit e4079f3b5a62a0a3888d4e824e8c39a7d171c5b4
parent 771564b00e5b64ac74be443dde84e160bc7fce05
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon, 25 Jul 2022 20:11:13 +0800

vim-patch:8.2.5166: test for DiffUpdated fails

Problem:    Test for DiffUpdated fails.
Solution:   Also accept a count of two.
https://github.com/vim/vim/commit/f65cc665fa751bad3ffe75f58ce1251d6695949f

Diffstat:
Msrc/nvim/testdir/test_diffmode.vim | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/nvim/testdir/test_diffmode.vim b/src/nvim/testdir/test_diffmode.vim @@ -33,7 +33,8 @@ func Test_diff_fold_sync() call win_gotoid(winone) call assert_equal(23, getcurpos()[1]) - call assert_equal(1, g:update_count) + " depending on how redraw is done DiffUpdated may be triggered once or twice + call assert_inrange(1, 2, g:update_count) au! DiffUpdated windo diffoff