Am Freitag, den 30.03.2007, 12:24 -0400 schrieb David Fishburn: > The README indicates: > The only external dependency is a functional gvim compiled with "netbeans" > support. > > But your email says: > > Microsoft users have to use the cygwin version of vim. > > Can you confirm which is required. Why would the cygwin version of Vim be > required it is just talks to it over a protocol? > > I have cygwin installed, but I have never actually compiled an actual cygwin > version of Vim, I just use the standard win32 version which I compile > myself.
for the UI-integration (simple textbased vim inside eclipse) you need cygwin. for the netbeans-prototype you need gvim. It fires up an external gvim and talks with it via a socket. I havent tested that under windows. One day i wanna integrate both. bvut at the moment they are mutual exclusive. Seb.
