aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-28 06:17:02 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-10-28 06:17:08 +0800
commit063a78fda2a5a7c3f9b1ee1b606491378bde2193 (patch)
tree0b1d4639eefd34a3fcf1e68f841e9ce29c977d73
parent0b23207c73695641e24a77b76a8c331f3644fd0a (diff)
downloadrneovim-063a78fda2a5a7c3f9b1ee1b606491378bde2193.tar.gz
rneovim-063a78fda2a5a7c3f9b1ee1b606491378bde2193.tar.bz2
rneovim-063a78fda2a5a7c3f9b1ee1b606491378bde2193.zip
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 <cb@256bit.org>
-rw-r--r--test/old/testdir/test_ins_complete.vim2
1 files changed, 1 insertions, 1 deletions
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\<C-X>\<C-N>\<C-N>\<C-N>\<C-N>\<C-N>\<C-N>\<C-N>\<C-N>\<C-N>\<F5>\<Esc>_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&