mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.31k stars 187 forks source link

neovim: startify prevents reading from stdin/pipe via `-` #317

Closed davidnorthetal closed 6 years ago

davidnorthetal commented 6 years ago

e.g.: echo "ASD" | vi - doesn't work as long as I use startify, instead of reading from stdin it opens startify

because I use this a lot, I sadly have to disable startify for now would really appreciate it if we can fix this

mhinz commented 6 years ago

Are you really using the latest version of vim-startify?

Piping worked for years but there was a regression a few weeks ago. It should be fixed as of https://github.com/mhinz/vim-startify/commit/532f3db6be8c6e123abb3f6523c419b6b19436da

davidnorthetal commented 6 years ago

Thanks that seems to have been it. - Could've sworn I updated before but I guess I didn't. Works now.