Doc: fix arguments for startify#fortune#cowsay() example
This commit is contained in:
parent
620b040b5e
commit
8d77329d27
|
@ -1061,8 +1061,6 @@ Use |startify-autocmd|:
|
||||||
<
|
<
|
||||||
==============================================================================
|
==============================================================================
|
||||||
EXAMPLE *startify-example*
|
EXAMPLE *startify-example*
|
||||||
|
|
||||||
This is my configuration..
|
|
||||||
>
|
>
|
||||||
autocmd User Startified setlocal cursorline
|
autocmd User Startified setlocal cursorline
|
||||||
|
|
||||||
|
@ -1087,7 +1085,7 @@ This is my configuration..
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
let g:startify_custom_header =
|
let g:startify_custom_header =
|
||||||
\ startify#fortune#cowsay('═','║','╔','╗','╝','╚')
|
\ startify#fortune#cowsay('', '═','║','╔','╗','╝','╚')
|
||||||
|
|
||||||
let g:startify_custom_footer =
|
let g:startify_custom_footer =
|
||||||
\ ['', " Vim is charityware. Please read ':help uganda'.", '']
|
\ ['', " Vim is charityware. Please read ':help uganda'.", '']
|
||||||
|
|
Loading…
Reference in a new issue