Closed tchoutri closed 5 years ago
Well, the line exists, but I'm not sure where the Illegal character <f>
is coming from.
What did you do yesterday that it changed? Updated the plugin? Updated Neovim? Which Neovim version are you using?
I am running NVIM v0.3.4
. I haven't touched my Neovim install, which is the one bundled by Fedora 29. And yes, I have updated the plugin.
The path mentions cache
. How is that working?
Could you paste /home/tchoutri/.cache/dein/.cache/init.vim/.dein/plugin/startify.vim
or make sure it's up-to-date with https://github.com/mhinz/vim-startify/blob/master/plugin/startify.vim?
The path mentions cache. How is that working?
It is just the repository where my plugins are installed, so I can get my nvim
folder across machines without the burden of all the git files that come from the plugins.
I have checked their checksums, and they are the same :/
Ah, I found the issue: https://github.com/neovim/neovim/issues/9885
And you probably didn't update the plugin since February, so you did not have the shortmess
line until yesterday. v0.3.5
is the current release, so I hope that you get an updated package on Fedora soon!
Ok, I pushed a small "workaround" that simply doesn't set 'shortmess'
for Nvim versions smaller than v0.3.5.
It works perfectly, thank you so much <3
Hi!
Since yesterday, each time I open up my Neovim, I get this warning message:
and uh, I don't really get the meaning of that error. Is it directly linked to vim-startify?