I am running, on Windows 7, vim version 8.2.633 (downloaded form
https://github.com/vim/vim-win32-installer/releases/tag/v8.2.0633).
After installing Nvim-R, I am happy to see the "R" menu option to appear when I load a simple .R file.
However, I get these errors when I go up to the R menu and then do Start/Close -> StartR (default).
Error detected while processing function StartR[17]..CheckNvimcomVersion[65]..Is
DirWritable:
line 13:
E654: missing delimiter after search pattern: 482
Error detected while processing function StartR[17]..CheckNvimcomVersion:
line 65:
E171: Missing :endif
Error detected while processing function StartR:
line 17:
E171: Missing :endif
What am I doing wrong please?
Yuelin.
----------------
The :version command shows that my gVim has +channel, +job, and +conceal.
In my _vimrc file, I have
let R_path="C:\\Program Files\\R\\R-4.0.0\\bin\\x64"
let R_args = ['--no-save', '--quiet']
let R_app = 'Rterm'
let R_cmd = 'Rterm'
and :echo R_cmd shows Rterm and :echo R_path shows C:\Program Files\R\R-4.0.0\bin\x64