mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Fix linewise i% e.g., html
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user