danchoi / ri.vim

browse ri documentation from Vim
http://github.com/danchoi/ri.vim
MIT License
114 stars 15 forks source link

Avoid warnings for assigned but unused variable #11

Closed stomar closed 11 years ago

stomar commented 11 years ago

I have warnings by default switched on for Ruby 1.9.3 on my machine (RUBYOPT='-w') and the warnings produced by ri_vim.rb show up in autocompletion and make it effectively useless.

danchoi commented 11 years ago

Thank you