We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4df6c commit 401dbd8Copy full SHA for 401dbd8
plugin/commentary.vim
@@ -81,7 +81,7 @@ nnoremap <silent> <Plug>ChangeCommentary c:<C-U>call <SID>textobject(1)<CR>
81
nmap <silent> <Plug>CommentaryUndo <Plug>Commentary<Plug>Commentary
82
command! -range -bar Commentary call s:go(<line1>,<line2>)
83
84
-if 1 || !hasmapto('<Plug>Commentary') || maparg('gc','n') ==# ''
+if !hasmapto('<Plug>Commentary') || maparg('gc','n') ==# ''
85
xmap gc <Plug>Commentary
86
nmap gc <Plug>Commentary
87
omap gc <Plug>Commentary
0 commit comments