mhinz / vim-startify

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

Latest neovim changes line2byte() and thus startify no longer launches #549

Closed mckellygit closed 11 months ago

mckellygit commented 12 months ago

Hi, Thank you for awesome vim-startify. Latest neovim has a change which makes startify no longer launch. Should we change to something like this ?

  "if !argc() && line2byte('$') == -1
  if !argc() && line('$') == 1 && getline('.') =~ '^\s*$'

See https://github.com/neovim/neovim/commit/b051b131f5ce99ffe1b1bc22a2032ebc886e4e35#commitcomment-126028751 thx, -m

mhinz commented 11 months ago

Thanks for pointing it out! I wasn't exactly active on GitHub recently, but try to do better in the near future. ;]