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
28
28
29
29
func Test_compiler_without_arg ()
30
30
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 ])
34
34
endfunc
35
35
36
36
func Test_compiler_completion ()
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761
761
762
762
static int included_patches [] =
763
763
{ /* Add new patch number below this line */
764
+ /**/
765
+ 5 ,
764
766
/**/
765
767
4 ,
766
768
/**/
You can’t perform that action at this time.
0 commit comments