vim-rubocop icon indicating copy to clipboard operation
vim-rubocop copied to clipboard

Don't work after ruby omnicompletion

Open amerov opened this issue 8 years ago • 0 comments

If call CTRL-X CTRL-O and then call :RuboCop

 /home/amerov/.rvm/gems/ruby-2.3.1/gems/bundler-1.13.1/lib/bundler/rubygems_integration.rb|336| in `block (2 levels) in replace_gem': rubocop is not part of the bundle. Add it to Gemfile. (Gem::     LoadError)                                                                                                                                                                                        
  2 /home/amerov/.rvm/gems/ruby-2.3.1/bin/rubocop|22| in `<main>'
  3 /home/amerov/.rvm/gems/ruby-2.3.1/bin/ruby_executable_hooks|15| in `eval'
  4 /home/amerov/.rvm/gems/ruby-2.3.1/bin/ruby_executable_hooks|15| in `<main>'

amerov avatar Jan 28 '17 11:01 amerov