1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 14:10:06 +08:00
SpaceVim/bundle/vim-matchup/test/issues/19/hotfix.vim
2020-06-13 14:06:35 +08:00

10 lines
205 B
VimL
Vendored

function! HtmlListHotfix()
call matchup#util#patch_match_words(
\ '<\@<=[ou]l\>[^>]*\%(>\|$\):<\@<=li\>:<\@<=/[ou]l>',
\ '')
endfunction
let g:matchup_hotfix_html = 'HtmlListHotfix'