mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

Bug with system cmd in custom header quotes #396

Closed tuberry closed 4 years ago

tuberry commented 4 years ago

I just copied your code from #285 to my .vimrc : let g:startify_custom_header_quotes = [ {-> systemlist('date')} ] Howerver, that didn't work but only showed some ERROR messsage🙃️: quote What's wrong with it?😭️ By the way, thanks for your works!

mhinz commented 4 years ago

Thanks! Should be fixed now. :)

kajmaj87 commented 1 year ago

I'm encountering the same issue on the newest master version:

obraz

This is with config like this:

obraz

I wanted to eventually use the vim-tips like this:

let g:startify_custom_header_quotes = [ {-> readfile('~/.vim/vimtips.txt')} ]

but this also does not work because of the same error.

I'm using: VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 19 2022 04:59:57)

kajmaj87 commented 1 year ago

@mhinz Is it possible to reopen the issue?