vim-ruby-doc icon indicating copy to clipboard operation
vim-ruby-doc copied to clipboard

Browse Ruby RSpec and Rails API docs quickly with Vim

Results 1 vim-ruby-doc issues
Sort by recently updated
recently updated
newest added

I frequently develop in an SSH session, with no GUI. I set `g:ruby_doc_command` to `www-browser` but it doesn't work. It's probably because it uses `silent` and redirections to `/dev/null` here:...