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
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---