We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9baa3c commit 123be36Copy full SHA for 123be36
autoload/gist.vim
@@ -475,7 +475,6 @@ function! s:GistGet(gistid, clipboard) abort
475
return
476
endtry
477
let &undolevels = old_undolevels
478
- " setlocal buftype=acwrite bufhidden=delete noswapfile
479
setlocal buftype=acwrite bufhidden=hide noswapfile
480
setlocal nomodified
481
doau StdinReadPost,BufRead,BufReadPost
0 commit comments