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

Unknown function neocomplcache#unlock #386

Closed skwp closed 11 years ago

skwp commented 11 years ago

I'm not 100% sure what's causing this, but I'm using this plugin along with conque term, and whenever I change focus from a pane that's running a conque, I'm seeing

Error detected while processing conque_term#on_blur
E117: Unknown function: neocomplcache#unlock

This started happening recently after updating neocompl. Did this function go away? I'm not sure why it's being invoked on the blur, but perhaps I could get some info on what this function is supposed to do or why it might be invoked by something else on blur to help debug.

Shougo commented 11 years ago

I fixed it.