Skip to content

Commit

Permalink
Merge pull request #1117 from dundargoc/checkhealth
Browse files Browse the repository at this point in the history
Replace deprecated checkhealth syntax with newer syntax
  • Loading branch information
davidhalter authored Dec 30, 2023
2 parents b82da7d + 2c188fe commit 9bd79ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/health/jedi.vim
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9bd79ee

Please sign in to comment.