Procházet zdrojové kódy

Ensure proper highlighting in a small window

Marco Hinz před 12 roky
rodič
revize
e942096865
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      syntax/startify.vim

+ 2 - 0
syntax/startify.vim

@@ -9,6 +9,8 @@ endif
 
 let s:sep = startify#get_separator()
 
+syntax sync fromstart
+
 syntax match StartifySpecial /\V<empty buffer>\|<quit>/
 syntax match StartifyBracket /\[\|\]/
 syntax match StartifyNumber  /\[[^BSV]\+\]/hs=s+1,he=e-1 contains=StartifyBracket