Fix syntax error in nvim caused by matchparis

This commit is contained in:
leafOfTree
2020-03-20 11:47:56 +08:00
parent d6a25fc824
commit ad44fd0106

View File

@@ -1,7 +1,9 @@
if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1
setlocal matchpairs+=<:>
if !has('nvim')
setlocal matchpairs+=<:>
endif
if exists("loaded_matchit")
let b:match_ignorecase = 1