FAQ 08: improve example

This commit is contained in:
Marco Hinz 2016-11-24 20:32:24 +01:00
parent df32cef08b
commit 43a322edb6
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -832,7 +832,7 @@ Try something along these lines:
\ 'repeat(" ", (&columns / 2) - (longest_line / 2)) . v:val')
return centered_lines
endfunction
let g:startify_custom_header = s:filter_header(['a', 'bb', 'ccc'])
let g:startify_custom_header = s:filter_header(startify#fortune#cowsay())
<
------------------------------------------------------------------------------
*startify-faq-09*