checkhealth: fix accidental change [ci skip]

This commit is contained in:
Justin M. Keyes
2020-02-02 18:33:47 -08:00
parent 4de6a648c0
commit 983086f42e

View File

@@ -737,11 +737,11 @@ function! s:check_perl() abort
endfunction
function! health#provider#check() abort
" call s:check_clipboard()
" call s:check_python(2)
" call s:check_python(3)
call s:check_clipboard()
call s:check_python(2)
call s:check_python(3)
call s:check_virtualenv()
" call s:check_ruby()
" call s:check_node()
" call s:check_perl()
call s:check_ruby()
call s:check_node()
call s:check_perl()
endfunction