On Sun, May 14, 2006 at 03:28:23PM -0600, Eric Arnold wrote: > > I've uploaded the patch. It's at proof-of-concept stage.
Eric, I noticed you've made a few patches. I especially like the one where you introduced the "GetChar" event. This is a fantastic idea because the "getchar()" function itself is very limiting, disabling normal Vim behavior during its use. Something like this "GetChar" event will allow some extremely powerful plugins to be made. Have you proposed the patch to Bram? --Matt P.S. Maybe a GetCharPre/GetCharPost scheme would be useful, since because of mappings and what not, you might not know what's going to happen when the char is processed. You could use GetCharPost to see what happens after it was processed. Just a thought.