mattn / vim-gist

Vim plugin for Gist
http://www.vim.org/scripts/script.php?script_id=2423
1.69k stars 131 forks source link

Gist contains binary #220

Open Trulsaa opened 5 years ago

Trulsaa commented 5 years ago

When pressing enter or o on a gist in the gist-listing buffer I get the "Gist contains binary" error. This applies to public, secret and anonymous gists.

Has anyone seen this issue before?

jinmiaoluo commented 5 years ago

Same error. Neovim version: 0.3.7 Gist.vim version: commit 3abf2444bb6a7744a64b4a2c2b02d6761a7de072 What did I do:

vim test.txt
add some text and upload it
:Gist
open browser automatically
return to Neovim
:Gist -l
find the gist with the same name
press enter
can't get the gist with an error 

image

my Neovim config:

...
Plug 'mattn/gist-vim' | Plug 'mattn/webapi-vim'
...
let g:gist_open_browser_after_post = 1
let g:gist_show_privates = 1