2

I want install Gist plugin for Vim.

I have tried the following:

  1. Download the file gist-vim.zip.
  2. Extract ZIP archive and copy 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?

1 Answer 1

6

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, ...)
...
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.