Fix for di% re. OCaml

This commit is contained in:
Andy K. Massimino
2017-11-10 12:30:25 -05:00
parent 29e7c03e0b
commit 77f6b9af9b

View File

@@ -111,8 +111,10 @@ function! matchup#text_obj#delimited(is_inner, visual, type) " {{{1
" check for the line-wise special case
if l:is_multiline && l:linewise_op && strlen(l:close.match) > 1
let l:l1 += 1
let l:c1 = 1
if l:c1 != 1
let l:l1 += 1
let l:c1 = 1
endif
let l:c2 = strlen(getline(l:l2))+1
endif