> Does it (or will it) support wildcard?
>> eg, ap?e will match ape, apple but not apply as key.

Yes! I can certainly make vim do it, and much more.

The problem is performance. It takes time to load the whole data
file into cache, and build data tree there.

As of now, I tried to make it work as fast as possible without full
table scan or huge cache. I also want to avoid making it as a dedicate
IM editor unless we explicitly pick up the option.

These are my design goals with Chinese IM plugin:

(1) without any negative impact to vim if we don't use the IM
(2) with decent performance if we start to use the IM

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

Reply via email to