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

10 lines
221 B
VimL

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'