1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:50:04 +08:00
SpaceVim/bundle/vim-matchup/test/issues/7/hotfix2.vim
2020-06-13 14:06:35 +08:00

10 lines
222 B
VimL
Vendored

function! AugroupHotfix()
call matchup#util#patch_match_words(
\ '\<aug\%[roup]\s\+\%(END\>\)\@!\S:',
\ '\<aug\%[roup]\s\+\%(END\>\)\@!\S\@=:')
endfunction
let g:matchup_hotfix_vim = 'AugroupHotfix'