Fix linewise i% e.g., html

This commit is contained in:
Andy K. Massimino
2018-01-15 20:36:41 -05:00
parent be9468aa24
commit 9d8a01059d

View File

@@ -193,6 +193,7 @@ function! matchup#text_obj#delimited(is_inner, visual, type) " {{{1
let l:l1 += 1
let l:c1 = 1
endif
let l:l2 = l:close.lnum - 1
let l:c2 = strlen(getline(l:l2))+1
endif