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

Support for Ruby 2.4

Open tmaszk opened this issue 9 years ago • 0 comments

After upgrading to Ruby 2.4, when using vim-kompleter I receive the warning message "... /vim-kompleter/ruby/kompleter.rb:217: warning: constant ::Fixnum is deprecated"

The issue is the Ruby is depricating Fixnum in favor of Integer, see Ruby 2.4 release notes

Steps to reproduce:

  • run vim
  • insert some text
  • hit "esc" key
  • see warning message

The warning message is annoying but doesn't affect the file being edited.

tmaszk avatar Jan 11 '17 16:01 tmaszk