From 2cc523c3afd3c98e80499409182ca96708d996f4 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 16 Jun 2016 17:01:47 -0400 Subject: 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 Helped-by: Tommy Allen Closes #4932 --- runtime/plugin/health.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/plugin') 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(0) -- cgit