Skip to content

Commit 73abc1e

Browse files
committed
remove needless comment, put TODO(s)
1 parent fedb752 commit 73abc1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoload/gist.vim

+2-1
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)