aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/provider/ruby.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-17 22:43:46 +0200
committerGitHub <noreply@github.com>2017-10-17 22:43:46 +0200
commit0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0 (patch)
tree7ffd57e014e837bd31d51e81754d92094e86de22 /runtime/autoload/provider/ruby.vim
parent9467c8e16ee1fc04a9586e175fde371475c87e16 (diff)
parent3bcee71cc8ef782fc89de7d72cb784cfb6d984d3 (diff)
downloadrneovim-0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0.tar.gz
rneovim-0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0.tar.bz2
rneovim-0cba3da26e4612c0c8fd17dd0638d76e2dc5fae0.zip
Merge #7399 ':checkhealth (built-in)'
Diffstat (limited to 'runtime/autoload/provider/ruby.vim')
-rw-r--r--runtime/autoload/provider/ruby.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/provider/ruby.vim b/runtime/autoload/provider/ruby.vim
index 91b7fb9f2c..7df3500267 100644
--- a/runtime/autoload/provider/ruby.vim
+++ b/runtime/autoload/provider/ruby.vim
@@ -75,7 +75,7 @@ let s:prog = provider#ruby#Detect()
let s:plugin_path = expand('<sfile>:p:h') . '/script_host.rb'
if empty(s:prog)
- let s:err = 'Cannot find the neovim RubyGem. Try :CheckHealth'
+ let s:err = 'Cannot find the neovim RubyGem. Try :checkhealth'
endif
call remote#host#RegisterClone('legacy-ruby-provider', 'ruby')