Vim behaves weirdly under Cygwin. I follow this instruction and realize that in my /bin
there's only vi.exe
, no vim.exe
! So I put the .vimrc
example from Vim Wiki into a .virc
in home directory. When I run vi
, I get the following error:
Error detected while processing /home/USER/.virc:
line 21:
E319: Sorry, the command is not available in this version: filetype indent plugin on
line 24:
E319: Sorry, the command is not available in this version: syntax on
line 113:
E538: No mouse support: mouse=a
My question is:
- How do I update vi to avoid the above errors?
- Is it necessary to install a
vim.exe
? If it is, how can I do that (under Cygwin) ?
Thanks