mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 14:00:06 +08:00
10 lines
221 B
VimL
Vendored
10 lines
221 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'
|
|
|