These lines in your script change the vim options globally, I don't think it's
a good way.

    set completeopt=menu,preview,longest
    set pumheight=10

    set completefunc=ChineseIME

And why not add a advice for imap in vimscript.org instead of writing it in your
plugin?

    imap  <C-^>  <C-X><C-U><C-U><C-P><C-N>

-- 
Regards,
anhnmncb


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to