vim-ruby-doc
vim-ruby-doc copied to clipboard
Text-based browsers
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:
silent exe '!'.cmd.' &> /dev/null &'
Would adding support for text-based browsers be difficult?