From 84eed76b552405b0aef442e3eddc7f29f484b2cd Mon Sep 17 00:00:00 2001 From: Tommy Allen Date: Sat, 12 Nov 2016 05:59:15 -0500 Subject: CheckHealth: Include v:throwpoint in error message (#5575) * health.vim: Include v:throwpoint in error message * health/provider.vim: Check for ruby executable * health/provider.vim: Combine subprocess stdout and stderr * test: Updated CheckHealth test --- test/functional/plugin/health_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/plugin/health_spec.lua') diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua index 5b5e5f9ace..52dc008707 100644 --- a/test/functional/plugin/health_spec.lua +++ b/test/functional/plugin/health_spec.lua @@ -68,6 +68,7 @@ describe('health.vim', function() health#broken#check ======================================================================== - ERROR: Failed to run healthcheck for "broken" plugin. Exception: + function health#check[20]..health#broken#check, line 1 caused an error ]]) end) -- cgit