mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
CheckHealth
- Use execute() instead of redir - Fixed logic on suboptimal pyenv/virtualenv checks. - Move system calls from strings to lists. Fixes #5218 - Add highlighting - Automatically discover health checkers - Add tests Helped-by: Shougo Matsushita <Shougo.Matsu@gmail.com> Helped-by: Tommy Allen <tommy@esdf.io> Closes #4932
This commit is contained in:
committed by
Justin M. Keyes
parent
a26d52ea32
commit
2cc523c3af
@@ -1 +1,3 @@
|
||||
|
||||
" call health#add_checker('health#nvim#check')
|
||||
command! -bang CheckHealth call health#check(<bang>0)
|
||||
|
||||
Reference in New Issue
Block a user