1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:00:05 +08:00
SpaceVim/bundle/vim-matchup/test/issues/19/hotfix.vim

10 lines
205 B
VimL
Raw Normal View History

2020-06-13 14:06:35 +08:00
function! HtmlListHotfix()
call matchup#util#patch_match_words(
\ '<\@<=[ou]l\>[^>]*\%(>\|$\):<\@<=li\>:<\@<=/[ou]l>',
\ '')
endfunction
let g:matchup_hotfix_html = 'HtmlListHotfix'