function! SQLHotFix() call matchup#util#patch_match_words( \ '\%(\', \ '\%(\' \ . ':\' \ . ':\\ze\%(\s\+next\)\@!\%(.\|$\)' \) endfunction let g:matchup_hotfix_sql = 'SQLHotFix'