Doc: update g:startify_custom_header example

This commit is contained in:
Marco Hinz 2014-09-17 17:31:17 +02:00
parent 5085af8f0a
commit 6616caa341

View file

@ -369,15 +369,16 @@ A programmatic example:
A hardcoded example: A hardcoded example:
> >
let g:startify_custom_header = [ let g:startify_custom_header = [
\ ' __ ___ ______ ____ ', \ ' ________ __ __ ',
\ ' \ \ / (_) |____ |___ \ ', \ ' __ /\_____ \/\ \\ \ ',
\ ' \ \ / / _ _ __ ___ / / __) |', \ ' __ __ /\_\ ___ ___ \/___//''/''\ \ \\ \ ',
\ ' \ \/ / | | ''_ ` _ \ / / |__ <', \ ' /\ \/\ \\/\ \ /'' __` __`\ /'' /'' \ \ \\ \_ ',
\ ' \ / | | | | | | | / / ___) |', \ ' \ \ \_/ |\ \ \/\ \/\ \/\ \ /'' /''__ \ \__ ,__\',
\ ' \/ |_|_| |_| |_| /_(_) |____/ ', \ ' \ \___/ \ \_\ \_\ \_\ \_\ /\_/ /\_\ \/_/\_\_/ ',
\ '', \ ' \/__/ \/_/\/_/\/_/\/_/ \// \/_/ \/_/ ',
\ '', \ '',
\ ] \ '',
\ ]
< <
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*g:startify_custom_footer* *g:startify_custom_footer*