spacevim/bundle/vim-matchup/test/issues/7/hotfix.vim

10 lines
221 B
VimL
Raw Normal View History

2024-08-21 14:17:26 +08:00
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'