File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ endfunc
2828
2929func Test_compiler_without_arg ()
3030 let a = split (execute (' compiler' ))
31- call assert_equal ( $VIMRUNTIME . ' /compiler/ant.vim' , a [0 ])
32- call assert_equal ( $VIMRUNTIME . ' /compiler/bcc.vim' , a [1 ])
33- call assert_equal ( $VIMRUNTIME . ' /compiler/xmlwf.vim' , a [-1 ])
31+ call assert_match ( ' ^.*runtime /compiler/ant.vim$ ' , a [0 ])
32+ call assert_match ( ' ^.*runtime /compiler/bcc.vim$ ' , a [1 ])
33+ call assert_match ( ' ^.*runtime /compiler/xmlwf.vim$ ' , a [-1 ])
3434endfunc
3535
3636func Test_compiler_completion ()
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761761
762762static int included_patches [] =
763763{ /* Add new patch number below this line */
764+ /**/
765+ 5 ,
764766/**/
765767 4 ,
766768/**/
You can’t perform that action at this time.
0 commit comments