Explorar el Código

Ensure proper highlighting in a small window

Marco Hinz hace 12 años
padre
commit
e942096865
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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