From 5369e219e5f20c67d5bdde045c5547db5667f7e0 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 1 Oct 2019 16:51:44 +0200 Subject: [PATCH] Avoid uncolored header due to too small &synmaxcol --- autoload/startify.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/startify.vim b/autoload/startify.vim index 9038f24..c24a015 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -76,6 +76,7 @@ function! startify#insane_in_the_membrane(on_vimenter) abort \ nospell \ noswapfile \ signcolumn=no + \ synmaxcol& if empty(&statusline) setlocal statusline=\ startify endif