Wanted: VIM in Eclipse

I’ve been looking for a way to have VIM functionality inside Eclipse for a long time. SlickEdit has it, sort of, but it’s prohibitively expensive and ugly. And then I saw this nifty little vimplugin sourceforge project and got my hopes all up. Sadly, it’s not quite there yet. After figuring out how to associate .cc files to the Vim plugin (note to vimplugin guys: Maybe stick a README or some docs on how to use the plugin in the tarball?), I saw that I was unable to open more than one VIM tab in Eclipse at a time. In addition, there is no contextual/outline view associated to the code once you’re in the VIM editor as there is with the CDT C++ editor. *sigh Back to the drawing board.