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 f68f3b7 commit b62019fCopy full SHA for b62019f
autoload/gist.vim
@@ -513,14 +513,15 @@ function! s:GistListAction(mode) abort
513
elseif a:mode == 0
514
call s:GistGet(gistid, 0)
515
wincmd w
516
- " bdelete
517
bw
518
elseif a:mode == 2
519
call s:GistGet(gistid, 1)
+ " TODO close with buffe rname
520
bdelete
521
522
elseif a:mode == 3
523
524
525
526
527
normal! "+p
0 commit comments