Skip to content

Commit

Permalink
Fix linewise i% e.g., html
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Jan 16, 2018
1 parent be9468a commit 9d8a010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/matchup/text_obj.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d8a010

Please sign in to comment.