@erkutilaslan reported a bug introduced six months ago, in August 2025, that only affects Neovim: R-nvim/R.nvim#503
Specifically, line 1046 of R/common_global.vim should be:
exe "source " . substitute(g:rplugin.home, " ", "\\ ", "g") . "/R/nvimrcom.vim"
Conclusion: all (or almost all) Neovim users have already migrated to R.nvim, and support for Neovim can be removed from Vim-R. Remaining Neovim users can keep using Vim-R version 0.9.21.
@erkutilaslan reported a bug introduced six months ago, in August 2025, that only affects Neovim: R-nvim/R.nvim#503
Specifically, line 1046 of
R/common_global.vimshould be:Conclusion: all (or almost all) Neovim users have already migrated to
R.nvim,and support for Neovim can be removed fromVim-R. Remaining Neovim users can keep using Vim-R version 0.9.21.