File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,15 +92,6 @@ func CheckLinux()
9292 endif
9393endfunc
9494
95- " Command to check for not running on a BSD system.
96- " TODO: using this check should not be needed
97- command CheckNotBSD call CheckNotBSD ()
98- func CheckNotBSD ()
99- if has (' bsd' )
100- throw ' Skipped: does not work on BSD'
101- endif
102- endfunc
103-
10495" Command to check that making screendumps is supported.
10596" Caller must source screendump.vim
10697command CheckScreendump call CheckScreendump ()
Original file line number Diff line number Diff line change @@ -364,7 +364,6 @@ endfunc
364364
365365func Test_redir_cmd_readonly ()
366366 CheckNotRoot
367- CheckNotBSD
368367
369368 " Redirecting to a read-only file
370369 call writefile ([], ' Xfile' )
Original file line number Diff line number Diff line change @@ -100,8 +100,6 @@ endfunc
100100func Test_helptag_cmd_readonly ()
101101 CheckUnix
102102 CheckNotRoot
103- " The following tests fail on FreeBSD for some reason
104- CheckNotBSD
105103
106104 " Read-only tags file
107105 call mkdir (' Xdir/doc' , ' p' )
Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ static char *(features[]) =
750750
751751static int included_patches [] =
752752{ /* Add new patch number below this line */
753+ /**/
754+ 2627 ,
753755/**/
754756 2626 ,
755757/**/
You can’t perform that action at this time.
0 commit comments