Update note for IsCommentaryOpFunc

This commit is contained in:
Andy K. Massimino
2018-04-07 16:21:38 -04:00
parent 05c9bc8444
commit f768fc982a

View File

@@ -641,7 +641,7 @@ Module text_obj~
function! IsCommentaryOpFunc()
return &operatorfunc ==? matchstr(maparg('<Plug>Commentary', 'n'),
\ '\cset op\%(erator\)\?func=\zs.\{-\}\ze<cr>')
\ '\c<SNR>\w\+\ze()\|set op\%(erator\)\?func=\zs.\{-\}\ze<cr>')
endfunction
let g:matchup_text_obj_linewise_operators = ['d', 'y',