From 17ef51a2d1f7efac4970c50db0545842acaee046 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 23 Nov 2017 22:53:08 +0100 Subject: [PATCH] Set 'matchpairs' to empty Use this to avoid weird highlighting of the `[` and `]` characters, if the matchparen plugin is enabled. --- autoload/startify.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/startify.vim b/autoload/startify.vim index aa8c764..7b9ef5a 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -64,6 +64,7 @@ function! startify#insane_in_the_membrane() abort \ norelativenumber \ nospell \ noswapfile + \ matchpairs= if empty(&statusline) setlocal statusline=\ startify endif