Skip to content

Commit

Permalink
Fix a missed TS support check
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Dec 31, 2021
1 parent cc1d044 commit 0ee65c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/matchup.vim
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ endfunction

" }}}1
function! s:treesitter_init_module() " {{{1
if !has('nvim-0.5.0')
if !matchup#loader#_treesitter_may_be_supported()
return
endif

Expand Down

0 comments on commit 0ee65c7

Please sign in to comment.