Ensure proper highlighting in a small window
This commit is contained in:
parent
236996f55b
commit
e942096865
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ endif
|
||||||
|
|
||||||
let s:sep = startify#get_separator()
|
let s:sep = startify#get_separator()
|
||||||
|
|
||||||
|
syntax sync fromstart
|
||||||
|
|
||||||
syntax match StartifySpecial /\V<empty buffer>\|<quit>/
|
syntax match StartifySpecial /\V<empty buffer>\|<quit>/
|
||||||
syntax match StartifyBracket /\[\|\]/
|
syntax match StartifyBracket /\[\|\]/
|
||||||
syntax match StartifyNumber /\[[^BSV]\+\]/hs=s+1,he=e-1 contains=StartifyBracket
|
syntax match StartifyNumber /\[[^BSV]\+\]/hs=s+1,he=e-1 contains=StartifyBracket
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue