aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/health.vim
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2016-06-16 17:01:47 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-08-21 21:25:33 -0400
commit2cc523c3afd3c98e80499409182ca96708d996f4 (patch)
treefa422a0b8b4522f605f296ff8adf1c4efc54072c /runtime/plugin/health.vim
parenta26d52ea328e64ab08dae369e5a7c551bb05abf7 (diff)
downloadrneovim-2cc523c3afd3c98e80499409182ca96708d996f4.tar.gz
rneovim-2cc523c3afd3c98e80499409182ca96708d996f4.tar.bz2
rneovim-2cc523c3afd3c98e80499409182ca96708d996f4.zip
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
Diffstat (limited to 'runtime/plugin/health.vim')
-rw-r--r--runtime/plugin/health.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/plugin/health.vim b/runtime/plugin/health.vim
index db094a03a4..04345781a6 100644
--- a/runtime/plugin/health.vim
+++ b/runtime/plugin/health.vim
@@ -1 +1,3 @@
+
+" call health#add_checker('health#nvim#check')
command! -bang CheckHealth call health#check(<bang>0)