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

Text-based browsers

Open paddor opened this issue 4 years ago • 0 comments

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?

paddor avatar Dec 30 '20 18:12 paddor