diff --git a/test/issues/19/hotfix.vim b/test/issues/19/hotfix.vim new file mode 100644 index 0000000..a0a9812 --- /dev/null +++ b/test/issues/19/hotfix.vim @@ -0,0 +1,9 @@ + +function! HtmlListHotfix() + call matchup#util#patch_match_words( + \ '<\@<=[ou]l\>[^>]*\%(>\|$\):<\@<=li\>:<\@<=/[ou]l>', + \ '') +endfunction + +let g:matchup_hotfix_html = 'HtmlListHotfix' + diff --git a/test/issues/19/test.html b/test/issues/19/test.html new file mode 100644 index 0000000..2c240c3 --- /dev/null +++ b/test/issues/19/test.html @@ -0,0 +1,6 @@ + + +