9 lines
264 B
VimL
9 lines
264 B
VimL
|
" tComment
|
||
|
" ========================================
|
||
|
" extensions for tComment plugin. Normally
|
||
|
" tComment maps 'gcc' to comment current line
|
||
|
" this adds 'gcp' comment current paragraph (block)
|
||
|
" using tComment's built in <c-_>p mapping
|
||
|
nmap <silent> gcp <c-_>p
|
||
|
|