mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Don't highlight > for xml re #98
This commit is contained in:
@@ -14,6 +14,8 @@ set cpo&vim
|
||||
if matchup#util#matchpref('tagnameonly', 0)
|
||||
call matchup#util#patch_match_words('\)\%(', '\)\g{hlend}\%(')
|
||||
call matchup#util#patch_match_words('\)\%(', '\)\g{hlend}\%(')
|
||||
call matchup#util#patch_match_words('1>', '1\g{hlend}>')
|
||||
call matchup#util#patch_match_words(':/>', ':/\g{hlend}>')
|
||||
endif
|
||||
|
||||
let &cpo = s:save_cpo
|
||||
|
||||
Reference in New Issue
Block a user