Skip to content

Commit 401dbd8

Browse files
committed
Remove debugging short circuit
1 parent 8b4df6c commit 401dbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/commentary.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ nnoremap <silent> <Plug>ChangeCommentary c:<C-U>call <SID>textobject(1)<CR>
8181
nmap <silent> <Plug>CommentaryUndo <Plug>Commentary<Plug>Commentary
8282
command! -range -bar Commentary call s:go(<line1>,<line2>)
8383

84-
if 1 || !hasmapto('<Plug>Commentary') || maparg('gc','n') ==# ''
84+
if !hasmapto('<Plug>Commentary') || maparg('gc','n') ==# ''
8585
xmap gc <Plug>Commentary
8686
nmap gc <Plug>Commentary
8787
omap gc <Plug>Commentary

0 commit comments

Comments
 (0)