mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
doc: replace ":CheckHealth" with ":checkhealth"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user