Closed uberbrodt closed 12 years ago
Thanks for the bug report. What version of rdoc are you using?
gem list rdoc
rdoc (3.12, 3.8)
Hi -- I just realized you're using the deprecated version. Can you uninstall ri_vim and install ri.vim, which is not a gem, but a regular Vim plugin?
Ahhhh, that seemed to work. As a note, it looks like the pull request I submitted for this version wasn't included in your re-factor. https://github.com/danchoi/ri_vim/commit/d2fb9a26148a198b92496bb962e4f2a747ddda3d
I'll do a new pull request
Whenever I try and do a search or tabcomplete on the ActiveRecord or ActiveRecord::Base class, it never completes and just ends up using all my system resources. You can try from the commandline like so:
ri_vim -d 'ActiveRecord::Base'
Other classes seem to work fine, and plugin functions normally otherwise. Thanks in advance for looking into this.