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

the 'cpo' setting hasn't been restored in async_cache.vim #419

Closed cs86661 closed 11 years ago

cs86661 commented 11 years ago

let &cpo = s:save_cpo unlet s:save_cpo

Shougo commented 11 years ago

I fixed it.