Browse Source

Ensure proper highlighting in a small window

Marco Hinz 12 năm trước cách đây
mục cha
commit
e942096865
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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