资源说明:A vim-ref and Unite.vim source for ri.
#vim-ref-ri A [vim-ref](https://github.com/thinca/vim-ref) source for ri. ##usage ###vim-ref ```vim :Ref ri Net::HTTP " instance method :Ref ri Net::HTTP#get " class method :Ref ri Net::HTTP.new ``` ###Unite.vim ```vim :Unite ref/ri ``` ##arguments This source accepts the argument of the following three forms. - class - class.class_method - class#instance_method ##customizing
- g:ref_ri_cmd
- Specifies the ri command.
- g:ref_ri_use_cache
- Cache the classes and methods at the time of completion. The deault value is 0.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。