Skip to content

Commit 5f0fd28

Browse files
committed
remove needless comment
1 parent 1f3bb97 commit 5f0fd28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/gist.vim

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ function! s:GistList(gistls, page) abort
252252
nnoremap <silent> <buffer> y :call <SID>GistListAction(2)<cr>
253253
nnoremap <silent> <buffer> p :call <SID>GistListAction(3)<cr>
254254
nnoremap <silent> <buffer> <esc> :bw<cr>
255-
" Next line (in original code) only works on GUI VIM
256255
nnoremap <silent> <buffer> <s-cr> :call <SID>GistListAction(1)<cr>
257256
258257
cal cursor(1+len(oldlines),1)

0 commit comments

Comments
 (0)