Fix stuck test

This commit is contained in:
Andy K. Massimino
2021-08-28 09:41:52 -04:00
parent 38077fd551
commit 4bbb22d694

View File

@@ -2,7 +2,7 @@ set nocompatible
source ../common/bootstrap.vim
if !has('nvim-0.5.0')
finish
call matchup#test#finished()
endif
function! s:assert_ts_active()