Skip to content

Commit b05327d

Browse files
mattnallex
authored andcommitted
remove needless comment
1 parent 6ddc47c commit b05327d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/gist.vim

Lines changed: 0 additions & 1 deletion
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)