Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 588 Bytes

README.mkd

File metadata and controls

16 lines (12 loc) · 588 Bytes

Vim Netbeans Protocol for Haskell

Library to allow remote control of vim using the netbeans protocol.

Status

This project is very experimental. In addition, there are notable limitations in vim's implementation of the protocol. For example:

  • Remotely editing the buffer causes the undo list to be cleared.
  • The "insert" command always appends to the line, even if the insertion point is in the middle of the line. (patch)