patch 9.0.2077: CI fails because of trailing whitespace in test
Commit:
https://github.com/vim/vim/commit/87ca5e86fa0ef305f3d39cc4261b622f21417f7f
Author: Christian Brabandt <[email protected]>
Date: Fri Oct 27 19:47:29 2023 +0200
patch 9.0.2077: CI fails because of trailing whitespace in test
Problem: CI fails because of trailing whitespace in test
Solution: Remove it
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_ins_complete.vim
b/src/testdir/test_ins_complete.vim
index 3e6d8da7d..7cb956899 100644
--- a/src/testdir/test_ins_complete.vim
+++ b/src/testdir/test_ins_complete.vim
@@ -2351,7 +2351,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&
diff --git a/src/version.c b/src/version.c
index d233fa6ab..cd06416ec 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2077,
/**/
2076,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qwR7r-008Clz-CV%40256bit.org.