On 22/03/09 19:02, Britton Kerin wrote:
>
>
> I wrote a plugin, and following the description of how to do
> key bindings I ended up with
>
> <Plug>IsymchooseComplete
>
> available. I'd like to advise users what to put in their .vimrc
> in order to enable completion from insert mode. This works:
>
> imap<S-Tab> <Plug>IsymchooseComplete<Esc>:call feedkeys("a",
> "n")<CR>
>
> the trouble is when Isymchoose fails somehow, the message only flashes
> for an instant and is then removed by the fed keys which I use to drop
> back into insert mode. I'd like to avoid this.
>
> I'd like to use just
>
> imap<S-Tab> <Plug>IsymchooseComplete
>
> but this seems to end insert mode.
>
> Any help or advice greatly appreciated.
>
> Britton
If Vim fleetingly displays an error message, but too fast for you to
readit, you can usually get it back by
:messages
(q.v.)
Best regards,
Tony.
--
All power corrupts, but we need electricity.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---