1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00
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'