mattn

Results 1007 comments of mattn

@raghur Generally, Windows external command execution is very slow. vim-plug runs a lot of git commands. Get the branch name, get the commit ID, get the remote. And fetch. My...

As far as I walked issues, there are no filed issues will be fixed by this PR.

Do you have `~/.gist-vim` that contains github token? (note: please don't paste it at here)

Could you please try following? (please note that don't paste private contents) ### apply patch following ``` diff diff --git a/autoload/gist.vim b/autoload/gist.vim index 0cd0c97..032367c 100644 --- a/autoload/gist.vim +++ b/autoload/gist.vim @@...

What is `gist_api_url`? ``` :Gist -ls :echo gist_api_url ``` should be printed as `https://api.github.com/`

Hmm, could you please remove `~/.gist-vim` or rename it at once?

Did you input password for authentication?

Already noted in README. >$ git config --global github.user Username

> First, you need to set your GitHub username in global git config: