neovim breaking changes
dolohow opened this issue · 5 comments
dolohow commented
As stated in https://github.com/neovim/neovim/wiki/Following-HEAD
"The 'encoding' option can no longer be changed after initialization."
When starting nvim I have
Error detected while processing /home/MY_USERNAME/.vim/janus/vim/core/before/plugin/settings.vim:
line 9:
E905: Cannot set this option after startup: encoding=utf-8
simonweil commented
As nvim sets the encoding by default to utf-8
the encoding configuration should be within a if !has('nvim')
.
dolohow commented
You want me to create a pull request for that?
rafaelrinaldi commented
@kalbasit FYI I'm seeing the exact same message (about utf8 encoding) whenever I :source ~/.vimrc
.
dolohow commented
Update your janus.