mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 16:50:05 +08:00
10 lines
222 B
VimL
10 lines
222 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'
|
||
|
|