diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-15 20:31:12 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-17 01:51:21 +0200 |
commit | d214df4e9b23b5f2d9f7e6c78624881a7d298cdb (patch) | |
tree | 6817d299e5b25833cfb45d0383bdd03b474aec60 /runtime/autoload/provider/ruby.vim | |
parent | 5baeb4a49c061472a125f98af798c522d8504fbe (diff) | |
download | rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.tar.gz rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.tar.bz2 rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.zip |
doc: replace ":CheckHealth" with ":checkhealth"
Diffstat (limited to 'runtime/autoload/provider/ruby.vim')
-rw-r--r-- | runtime/autoload/provider/ruby.vim | 2 |
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') |