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
This commit is contained in:
Tommy Allen
2016-11-12 05:59:15 -05:00
committed by Justin M. Keyes
parent 7e48c23a50
commit 84eed76b55
3 changed files with 12 additions and 11 deletions

View File

@@ -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)