Explorar o código

Ensure proper highlighting in a small window

Marco Hinz %!s(int64=12) %!d(string=hai) anos
pai
achega
e942096865
Modificáronse 1 ficheiros con 2 adicións e 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