On Thu, May 19, 2011 at 12:26 PM, Bram Moolenaar <[email protected]> wrote: > Patch 7.3.196 > Problem: Can't intercept a character that is going to be inserted. > Solution: Add the InsertCharPre autocommand event. (Jakson A. Aquino) > Files: runtime/doc/autocmd.txt, runtime/doc/eval.txt, > runtime/doc/map.txt, src/edit.c, src/eval.c, src/fileio.c, > src/vim.h
[...] When using the Conque Shell plugin with the patch 7.3.196 applied to Vim I have to type very slowly in the Conque Term buffer because I get the following error when I type in normal speed: Error detected while processing function conque_term#key_press: line 1: E523: Not allowed here Press ENTER or type command to continue This error only happens if the text is locked (edit.c, lines 1394 and 1415). I can type normally if I comment out these two lines. I only use the InsertCharPre event through the Conque Shell plugin. It would be nice if other people could comment on the need of locking the text since it doesn't seem to be necessary while using the Conque Shell. I've written to Nico Raffo, the author of the plugin, to know whether this problem could be fixed in the Conque Shell, but I didn't get any answer yet. Best regards, Jakson Aquino -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
