mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
@@ -37,10 +37,6 @@ function! matchup#matchparen#enable() " {{{1
|
||||
autocmd!
|
||||
autocmd CursorMoved,CursorMovedI *
|
||||
\ call s:matchparen.highlight_deferred()
|
||||
if exists('##WinScrolled')
|
||||
autocmd WinScrolled *
|
||||
\ call s:matchparen.highlight(1)
|
||||
endif
|
||||
autocmd WinEnter * call s:matchparen.highlight(1)
|
||||
autocmd TextChanged,TextChangedI *
|
||||
\ call s:matchparen.highlight_deferred()
|
||||
|
||||
Reference in New Issue
Block a user