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

Slow with Multiple cursors plugin #475

Closed Ardakilic closed 10 years ago

Ardakilic commented 10 years ago

Hi,

Firstly thanks for the plugin, it's much appreciated!

I have an issue, I hope you can help/assit me.

I'm using vim-multiple-cursors along with neocomplcache, and when I multi-edit, if both plugins are active, it's quite slow your-input-is-not-even-written-on-editor-slow.

If I disable neocomplcache, it's working okay.

How can I fix this?

Thanks in advance,

Shougo commented 10 years ago

It is duplicated problem.

https://github.com/terryma/vim-multiple-cursors/issues/51 https://github.com/Shougo/neocomplete.vim/issues/128

Ardakilic commented 10 years ago

@Shougo Thanks for the links, the workaround in https://github.com/terryma/vim-multiple-cursors/issues/51#issuecomment-32344711 works as a treat!