parent
ffb80ec99e
commit
570ef9e11f
|
@ -88,7 +88,9 @@ function! startify#insane_in_the_membrane() abort
|
||||||
else
|
else
|
||||||
let g:startify_header = startify#fortune#cowsay()
|
let g:startify_header = startify#fortune#cowsay()
|
||||||
endif
|
endif
|
||||||
|
if !empty(g:startify_header)
|
||||||
let g:startify_header += [''] " add blank line
|
let g:startify_header += [''] " add blank line
|
||||||
|
endif
|
||||||
call append('$', g:startify_header)
|
call append('$', g:startify_header)
|
||||||
|
|
||||||
let s:tick = 0
|
let s:tick = 0
|
||||||
|
|
Loading…
Reference in a new issue