Doc: fix arguments for startify#fortune#cowsay() example

This commit is contained in:
Marco Hinz 2018-03-20 17:30:38 +01:00
parent 620b040b5e
commit 8d77329d27
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -1061,18 +1061,16 @@ Use |startify-autocmd|:
<
==============================================================================
EXAMPLE *startify-example*
This is my configuration..
>
autocmd User Startified setlocal cursorline
let g:startify_enable_special = 0
let g:startify_files_number = 8
let g:startify_relative_path = 1
let g:startify_change_to_dir = 1
let g:startify_update_oldfiles = 1
let g:startify_session_autoload = 1
let g:startify_session_persistence = 1
let g:startify_enable_special = 0
let g:startify_files_number = 8
let g:startify_relative_path = 1
let g:startify_change_to_dir = 1
let g:startify_update_oldfiles = 1
let g:startify_session_autoload = 1
let g:startify_session_persistence = 1
let g:startify_skiplist = [
\ 'COMMIT_EDITMSG',
@ -1087,7 +1085,7 @@ This is my configuration..
\ ]
let g:startify_custom_header =
\ startify#fortune#cowsay('═','║','╔','╗','╝','╚')
\ startify#fortune#cowsay('', '═','║','╔','╗','╝','╚')
let g:startify_custom_footer =
\ ['', " Vim is charityware. Please read ':help uganda'.", '']