Refactoring: fortune.vim
This commit is contained in:
parent
6509329585
commit
994a85ac22
2 changed files with 18 additions and 6 deletions
|
@ -70,7 +70,7 @@ function! startify#insane_in_the_membrane() abort
|
|||
" Must be global so that it can be read by syntax/startify.vim.
|
||||
let g:startify_header = exists('g:startify_custom_header')
|
||||
\ ? copy(g:startify_custom_header)
|
||||
\ : startify#fortune#get_random_quote()
|
||||
\ : startify#fortune#cowsay()
|
||||
let g:startify_header += [''] " add blank line
|
||||
call append('$', g:startify_header)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue