neovim/runtime/autoload/provider
Marco Hinz 2b3cb2c448
Make script_host.rb rubocop-clean
Fix the following issues according to rubocop:

    runtime/autoload/provider/script_host.rb:2:11: C: Prefer single-quoted strings when you don't need string interpolation or special symbols.
      require "neovim/ruby_provider"
              ^^^^^^^^^^^^^^^^^^^^^^
    runtime/autoload/provider/script_host.rb:5:5: C: Prefer single-quoted strings when you don't need string interpolation or special symbols.
        "Your neovim RubyGem is missing or out of date. " +
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    runtime/autoload/provider/script_host.rb:5:55: C: Use \ instead of + or << to concatenate those strings.
        "Your neovim RubyGem is missing or out of date. " +
    runtime/autoload/provider/script_host.rb:6:5: C: Prefer single-quoted strings when you don't need string interpolation or special symbols.
        "Install the latest version using `gem install neovim`."
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This commit assumes Ruby 2.0.0+.
2017-05-03 22:24:51 +02:00
..
clipboard.vim health.vim: Set 'iskeyword' to that of ft=help. 2017-04-19 04:03:08 +02:00
python3.vim health.vim: Set 'iskeyword' to that of ft=help. 2017-04-19 04:03:08 +02:00
python.vim health.vim: Set 'iskeyword' to that of ft=help. 2017-04-19 04:03:08 +02:00
pythonx.vim health.vim: Set 'iskeyword' to that of ft=help. 2017-04-19 04:03:08 +02:00
ruby.vim providers: Disable if g:loaded_* exists. 2017-02-14 00:02:50 +01:00
script_host.rb Make script_host.rb rubocop-clean 2017-05-03 22:24:51 +02:00