]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.2077: CI fails because of trailing whitespace in test v9.0.2077
authorChristian Brabandt <cb@256bit.org>
Fri, 27 Oct 2023 17:47:29 +0000 (19:47 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 27 Oct 2023 17:48:38 +0000 (19:48 +0200)
Problem:  CI fails because of trailing whitespace in test
Solution: Remove it

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_ins_complete.vim
src/version.c

index 3e6d8da7dac800ff38a0e4c6df800ce99f0a0c8f..7cb9568997e101e56987d180842567f83fb91e18 100644 (file)
@@ -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&
index d233fa6ab95c8f09186fc7050673869e379fdcdb..cd06416ec1ea0e327bd80c6b0e2c748e55830ee9 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2077,
 /**/
     2076,
 /**/