Make Startify a scratch buffer again

This commit is contained in:
Marco Hinz 2013-07-25 13:53:34 +02:00
parent 77a14e70a8
commit 53019cc309
3 changed files with 13 additions and 7 deletions

View file

@ -21,9 +21,9 @@ if exists('g:startify_custom_header')
execute 'syntax region StartifyHeader start=/\%1l/ end=/\%'. (len(g:startify_custom_header) + 2) .'l/'
endif
highlight link StartifyHeader Normal
highlight link StartifyBracket Delimiter
highlight link StartifyNumber Number
highlight default link StartifyHeader Normal
highlight default link StartifyBracket Delimiter
highlight default link StartifyNumber Number
let b:current_syntax = 'startify'