From 2c188fea295c7e6abef7fadb3ae6548e275fa5c2 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Wed, 27 Dec 2023 17:03:48 +0100 Subject: [PATCH] Replace deprecated checkhealth syntax with newer syntax --- autoload/health/jedi.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/health/jedi.vim b/autoload/health/jedi.vim index 8c80e93..25a3426 100644 --- a/autoload/health/jedi.vim +++ b/autoload/health/jedi.vim @@ -1,4 +1,4 @@ function! health#jedi#check() abort - call health#report_start('jedi') + call v:lua.vim.health.start('jedi') silent call jedi#debug_info() endfunction