Vim's autocomplete is excruciatingly slow

Posted by jnicklas on Stack Overflow See other posts from Stack Overflow or by jnicklas
Published on 2010-01-30T22:10:32Z Indexed on 2010/03/17 8:01 UTC
Read the original article Hit count: 121

Filed under:
|
|

Most of the time the autocomplete feature in VIM works nicely for me, but sometimes it seems to be scanning files which the current file references, and then it becomes painfully slow, sometimes taking several seconds to release focus back to me.

Sometimes VIM tells me simply that it is "Scanning" other times, it's saying "Scanning tags"

I've only this happen in Ruby files, and it happens mostly when there is a require in the file.

My guess would be that this is some kind of feature which checks related files for autocomplete options, but I don't really need that, and would prefer quicker autocomplete.

© Stack Overflow or respective owner

Related posts about vim

Related posts about autocomplete