I want to trap all events that modify the vim buffer, so I can record them and send them to a server. I want to trap character-by-character events while in insert mode, and also be notified when p or dd etc. commands are executed—any time the document changes.
I want to trap all events that modify the vim buffer, so I can
Share
A friend pointed me at the terribly-named netbeans module within vim. This looks like what I want.