I want install Gist plugin for Vim.
I have tried the following:
plugin/gist.vim
to .vim/plugin/gist.vim
.But running :Gist
in Vim fails:
E117: Unknown function: gist#Gist
Anyone can help me with this problem?
That plugin also has files in .vim/autoload and .vim/doc, did you install those as well? I see this in .vim/autoload/gist.vim:
...
function! gist#Gist(count, line1, line2, ...)
...