Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete the name-duplicating buffer before ceating a gist file buffer #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 24, 2020

  1. Delete the name-duplicating buffer before ceating a gist file buffer

    If repeatly opening a same file on the vim-gist, vim-gist gives
    the new buffer the same name  as previous buffer, without deleting
    the opened buffer first. Then a `file E95` exception is thrown,
    and vim-gist will echo error message `Gist contains binary`.
    
    Probably corressponding issue report:
    mattn#220
    iiifr committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    7f22186 View commit details
    Browse the repository at this point in the history