VimNetbeansInterface
From Freehackers
Contents |
[edit] 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
[edit] Patches
I have a few minor patches for Vim Netbeans Interface:
[edit] Updated help file
This files fixes a few typo and provide a sligthly better description of the netbeans interface.
[edit] Fix for the status bar
This patch updates correctly the modified flag in the status bar when changing it using netbeans.
[edit] 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.