Don't pad startify#fortune#cowsay()
This makes it easier to use for scripting purposes.
This commit is contained in:
parent
5369e219e5
commit
a90684813f
|
@ -50,8 +50,7 @@ function! startify#fortune#cowsay(...) abort
|
|||
let quote = startify#fortune#quote()
|
||||
endif
|
||||
let boxed_quote = startify#fortune#boxed(quote)
|
||||
let boxed_quote += s:cow
|
||||
return map(boxed_quote, '" ". v:val')
|
||||
return boxed_quote + s:cow
|
||||
endfunction
|
||||
|
||||
" Function: #predefined_quotes {{{1
|
||||
|
|
Loading…
Reference in a new issue