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

Fix and improve Vim.Buffer.read_content/edit_content #466

Merged
merged 2 commits into from Jan 14, 2017
Merged

Commits on Jan 13, 2017

  1. Copy the full SHA
    46ba78d View commit details
    Browse the repository at this point in the history
  2. Vim.Buffer: Use 'silent' and 'fnameescape'

    fnameescape() is required while tempfile might contains
    backslash in Windows.
    
    silent is added while the line is for removing 'tempfile'
    from unlisted-buffer which is not a core part of the
    function (#439)
    
    Fix lambdalisue/vim-gista#81
    lambdalisue committed Jan 13, 2017
    Copy the full SHA
    854ce5a View commit details
    Browse the repository at this point in the history