Avoid uncolored header due to too small &synmaxcol

This commit is contained in:
Marco Hinz 2019-10-01 16:51:44 +02:00
parent 9814df57c1
commit 5369e219e5
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -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