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:
TJ DeVries
2016-06-16 17:01:47 -04:00
committed by Justin M. Keyes
parent a26d52ea32
commit 2cc523c3af
7 changed files with 837 additions and 462 deletions

View File

@@ -1 +1,3 @@
" call health#add_checker('health#nvim#check')
command! -bang CheckHealth call health#check(<bang>0)