Skip to content

Commit b62019f

Browse files
mattnallex
authored andcommitted
remove needless comment, put TODO(s)
1 parent f68f3b7 commit b62019f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/gist.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,14 +513,15 @@ function! s:GistListAction(mode) abort
513513
elseif a:mode == 0
514514
call s:GistGet(gistid, 0)
515515
wincmd w
516-
" bdelete
517516
bw
518517
elseif a:mode == 2
519518
call s:GistGet(gistid, 1)
519+
" TODO close with buffe rname
520520
bdelete
521521
bdelete
522522
elseif a:mode == 3
523523
call s:GistGet(gistid, 1)
524+
" TODO close with buffe rname
524525
bdelete
525526
bdelete
526527
normal! "+p

0 commit comments

Comments
 (0)