From 063a78fda2a5a7c3f9b1ee1b606491378bde2193 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 28 Oct 2023 06:17:02 +0800 Subject: [PATCH] vim-patch:9.0.2077: CI fails because of trailing whitespace in test Problem: CI fails because of trailing whitespace in test Solution: Remove it https://github.com/vim/vim/commit/87ca5e86fa0ef305f3d39cc4261b622f21417f7f Co-authored-by: Christian Brabandt --- test/old/testdir/test_ins_complete.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/old/testdir/test_ins_complete.vim b/test/old/testdir/test_ins_complete.vim index 3aafa8cdca..fdbaa5ab95 100644 --- a/test/old/testdir/test_ins_complete.vim +++ b/test/old/testdir/test_ins_complete.vim @@ -2399,7 +2399,7 @@ func Test_complete_info_index() call assert_equal(6 , len(g:compl_info['items'])) call assert_equal("fff", g:compl_info['items'][g:compl_info['selected']]['word']) call feedkeys("Go\\\\\\\\\\\\_dd", 'tx') - call assert_equal("aaa", g:compl_info['items'][g:compl_info['selected']]['word']) + call assert_equal("aaa", g:compl_info['items'][g:compl_info['selected']]['word']) call assert_equal(6 , len(g:compl_info['items'])) set completeopt&