There was an error while loading. Please reload this page.
1 parent 2486ab6 commit d784958Copy full SHA for d784958
autoload/startify.vim
@@ -64,7 +64,7 @@ function! startify#insane_in_the_membrane(on_vimenter) abort
64
" Must be global so that it can be read by syntax/startify.vim.
65
let g:startify_header = exists('g:startify_custom_header')
66
\ ? s:set_custom_section(g:startify_custom_header)
67
- \ : startify#fortune#cowsay()
+ \ : (exists('*strwidth') ? startify#fortune#cowsay() : [])
68
if !empty(g:startify_header)
69
let g:startify_header += [''] " add blank line
70
endif
0 commit comments