VimNetbeansInterface
From Freehackers
Contents |
Vim NetBeans Interface
The NetBeans interface allows to control Vim using a socket protocol. As explained in the new help file, there is no dependency on Java or on NetBeans itself, it's just a regular text protocol over a socket. The name Netbeans is historical.
I am using this interface to control vim in VimWrapper
Patches
I have a few minor patches for Vim Netbeans Interface:
Updated help file
This files fixes a few typo and provide a sligthly better description of the netbeans interface.
Fix for the status bar
This patch updates correctly the modified flag in the status bar when changing it using netbeans.
More nbdebug output
This patch is very useful is you are debugging the netbeans interface. It will output more debug messages about what is happening on the netbeans interface.