Having a little trouble with vim.
I think the problem is that imc.vim.in needs to go through ops2vim.
C:\parrot\editor>perl ops2vim.pl imc.vim.in imc.vim
Can't open imc.vim: No such file or directory at ops2vim.pl line 8, <> line 85.
syn keyword imcOp
C:\parrot\editor>perl ops2vim.pl imc.vim imc.vim.in Can't open imc.vim: No such file or directory at ops2vim.pl line 7. syn keyword imcOp
C:\parrot\editor>perl ops2vim.pl imc.vim.in syn keyword imcOp
This is in the .NET window (MSVC).
I'm placing these files into the /vimfiles directory which is adjacent to the vim63 directory both of which are under the VIM directory.