Revert "Add WinScrolled autocmd"

This reverts commit 6c07d9c75c.
This commit is contained in:
Andy K. Massimino
2020-12-04 20:29:47 -05:00
parent ee1d3e033b
commit 0df5a73fdf

View File

@@ -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()