Set 'matchpairs' to empty

Use this to avoid weird highlighting of the `[` and `]` characters, if the
matchparen plugin is enabled.
This commit is contained in:
Marco Hinz 2017-11-23 22:53:08 +01:00
parent f7d4957d02
commit 17ef51a2d1
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -64,6 +64,7 @@ function! startify#insane_in_the_membrane() abort
\ norelativenumber
\ nospell
\ noswapfile
\ matchpairs=
if empty(&statusline)
setlocal statusline=\ startify
endif