Doc: fix g:startify_custom_header default value

This commit is contained in:
Marco Hinz 2018-01-14 15:37:41 +01:00
parent e0183c8913
commit 21294851f6
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -516,7 +516,7 @@ NOTE: There is no sanitizing going on, so you should know what you're doing!
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*g:startify_custom_header* *g:startify_custom_header*
> >
let g:startify_custom_header = startify#fortune#get_random_quote() let g:startify_custom_header = startify#fortune#cowsay()
< <
This is a list of strings to be shown before everything else. Every string This is a list of strings to be shown before everything else. Every string
will be written on its own line, hence you can use empty strings for blank will be written on its own line, hence you can use empty strings for blank