]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0281: CI: fails Test_compiler_completion v9.1.0281
authorChristian Brabandt <cb@256bit.org>
Mon, 8 Apr 2024 20:54:16 +0000 (22:54 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 8 Apr 2024 20:55:25 +0000 (22:55 +0200)
Problem:  CI: fails Test_compiler_completion
Solution: Add pandoc compiler

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

index 4b710df07c884b06e6d5b1dc54dc327dc3204370..26404c610afa3cedbf589ac14474c723826ad71a 100644 (file)
@@ -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()
index 5f0c909847cc7f23a5eef797eaa2665979183a4c..1acc1a8db2a48d7fb9d234a29927df927ec1eaff 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    281,
 /**/
     280,
 /**/