todesking / ruby_hl_lvar.vim

Highlight Ruby local variables
MIT License
53 stars 10 forks source link

Enable to work warn method. #10

Closed pocke closed 9 years ago

pocke commented 9 years ago

Ref: #4

RubyHlLvar::Extractor called Kernel.warn method. http://docs.ruby-lang.org/ja/2.1.0/method/Kernel/m/warn.html

I was modified to expressly use RubyHlLvar::Extractor#warn .

todesking commented 9 years ago

Thanks!!!