This should be easy but I just cannot seem to get it working despite searching for answers, so I turn to you fine ladies and gentlemen. This is what my C:\Documents and Settings\user_vimperatorrc file looks like:
set "editor=C:\\bin\\gvim.exe -f"
The gvim executable does exist there and it runs. When in the text area I type C-i and I get this error:
Command not found: C:bingvim.exe
I have tried a bunch of other things but none have worked. Can someone share with me how you got it working in windows?
set editor="C:\\bin\\gvim.exe -f"orset editor='C:\bin\gvim.exe -f'? I don't use Windows, but just using set editor in my .vimperatorrc didn't work for me. I had to do what I described in this topic: superuser.com/questions/186782/… – frabjous Sep 18 '10 at 3:05