1 2 3 4
function! health#success2#check() call health#report_start("another 1") call health#report_ok("ok") endfunction