Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

It appears to be fairly slow when I access a member of a object of C/C++ #467

Closed heresfan closed 10 years ago

heresfan commented 10 years ago

When I editing c/c++ codes whith neocompletecache, I found that it appears to be fairly slow accessing a member of an object, for example: obj-> or obj. I am forced to wait for more than 10 seconds and cannot type any characters until the aotocomplete tips appear.

Would you help? thanks very much

Shougo commented 10 years ago

I think it is omni complete plugins problem. It is not neocomplcache problem.