I usually use :set noloadplugins in my .vimrc, and load plugins only
when I need.

If I want to use built-in netrwPlugin, I use :runtime plugin/
netrwPlugin.vim
If I want to use built-in gzip, I use :runtime plugin/gzip.vim

But when I want to use built-in tohtml, :runtime plugin/tohtml.vim
does not work. After do that the :Tohtml command is not registered.

Anything else to load for tohtml.vim?

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to