Pad default header

This commit is contained in:
Marco Hinz 2019-10-01 17:23:10 +02:00 committed by Marco Hinz
parent aa4f53c9f7
commit af03e075a3

View file

@ -84,7 +84,7 @@ function! startify#insane_in_the_membrane(on_vimenter) abort
" Must be global so that it can be read by syntax/startify.vim.
let g:startify_header = exists('g:startify_custom_header')
\ ? s:set_custom_section(g:startify_custom_header)
\ : (exists('*strwidth') ? startify#fortune#cowsay() : [])
\ : (exists('*strwidth') ? startify#pad(startify#fortune#cowsay()) : [])
if !empty(g:startify_header)
let g:startify_header += [''] " add blank line
endif