mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Add test example for #7
This commit is contained in:
6
test/issues/7/augroup.vim
Normal file
6
test/issues/7/augroup.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
augroup nomatchparen
|
||||
autocmd!
|
||||
autocmd VimEnter * NoMatchParen
|
||||
augroup END
|
||||
|
||||
9
test/issues/7/hotfix.vim
Normal file
9
test/issues/7/hotfix.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user