Commit: patch 9.1.0281: CI: fails Test_compiler_completion

6 views
Skip to first unread message

Christian Brabandt

unread,
Apr 8, 2024, 5:00:10 PM4/8/24
to vim...@googlegroups.com
patch 9.1.0281: CI: fails Test_compiler_completion

Commit: https://github.com/vim/vim/commit/d33cb3f65e112bdb2d57139e9a308b1a9c8ffcc2
Author: Christian Brabandt <c...@256bit.org>
Date: Mon Apr 8 22:54:16 2024 +0200

patch 9.1.0281: CI: fails Test_compiler_completion

Problem: CI: fails Test_compiler_completion
Solution: Add pandoc compiler

Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/test_compiler.vim b/src/testdir/test_compiler.vim
index 4b710df07..26404c610 100644
--- a/src/testdir/test_compiler.vim
+++ b/src/testdir/test_compiler.vim
@@ -71,10 +71,10 @@ func Test_compiler_completion()
call assert_match('^"compiler ' .. clist .. '$', @:)

call feedkeys(":compiler p\<C-A>\<C-B>\"\<CR>", 'tx')
- call assert_match('"compiler pbx perl\( p[a-z]\+\)\+ pylint pyunit', @:)
+ call assert_match('"compiler pandoc pbx perl\( p[a-z]\+\)\+ pylint pyunit', @:)

call feedkeys(":compiler! p\<C-A>\<C-B>\"\<CR>", 'tx')
- call assert_match('"compiler! pbx perl\( p[a-z]\+\)\+ pylint pyunit', @:)
+ call assert_match('"compiler! pandoc pbx perl\( p[a-z]\+\)\+ pylint pyunit', @:)
endfunc

func Test_compiler_error()
diff --git a/src/version.c b/src/version.c
index 5f0c90984..1acc1a8db 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 */
+/**/
+ 281,
/**/
280,
/**/
Reply all
Reply to author
Forward
0 new messages