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

issue of g:neocomplcache_enable_insert_char_pre #479

Closed foreverbell closed 10 years ago

foreverbell commented 10 years ago

To disable the menu popping up when moving cursor in insert mode, I set g:neocomplcache_enable_insert_char_pre=1 in the .vimrc.

Then I open a new file, try to execute the command 1000itest, gVim seems to break down, and CPU is 100%. After a very long time, the 1000 tests appear on the screen.

Vim version: 7.3.637 (for some reasons, I have to use this version) System: Xubuntu 14.04

Shougo commented 10 years ago

Unfortunatelly, it is feature. You should execute :NeoComplCacheLock before the command.