Selaa lähdekoodia

Avoid uncolored header due to too small &synmaxcol

Marco Hinz 6 vuotta sitten
vanhempi
sitoutus
5369e219e5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      autoload/startify.vim

+ 1 - 0
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