doc: replace ":CheckHealth" with ":checkhealth"

This commit is contained in:
Justin M. Keyes
2017-10-15 20:31:12 +02:00
parent 5baeb4a49c
commit d214df4e9b
10 changed files with 51 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ do
clear()
if missing_provider('ruby') then
pending(
"Cannot find the neovim RubyGem. Try :CheckHealth",
"Cannot find the neovim RubyGem. Try :checkhealth",
function() end)
return
end