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

Typing `/v` in insert mode freezes Vim #399

Closed esamattis closed 11 years ago

esamattis commented 11 years ago

Go into insert mode and try typing /v couple of times and Vim will freeze completely. Not even Ctrl-z can break out of it. I'm using the current master (2d114a6) and Vim 7.3.429 on Ubuntu Precise Pangolin.

No other plugins in use and .vimrc contains only:

let g:neocomplcache_enable_at_startup = 1
Shougo commented 11 years ago

I think this is your disk problem. If you input '/v', neocomplcache's filename completion will work. You can check it by default filename completion <C-x><C-f>.

In my environment, neocomplcache is not frozen.

esamattis commented 11 years ago

You're right!

I was using vagrant and for some reason /vagrant mount was broken. cd /vagrant froze too.