Nvim: adjust VimEnter check due to upstream change
Due to a recent change in Nvim [1], our VimEnter check wasn't firing anymore and
thus Startify wouldn't run at startup.
The line2byte() "trick" was replaced by less abusing VimL.
[1]: https://github.com/neovim/neovim/commit/b051b131f5ce99ffe1b1bc22a2032ebc886e4e35
Fixes https://github.com/mhinz/vim-startify/issues/549