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

How to disable the doc window on top or put it on bottom? #482

Closed zztczcx closed 10 years ago

zztczcx commented 10 years ago

qq20140812-1

after I update the bundle , when i type, it always has a doc window on top . I want to disable it or put it on bottom?

I read the doc about neocomplecache , but not found the option......

todashuta commented 10 years ago

Please write this line in your .vimrc:

set completeopt-=preview
Shougo commented 10 years ago

Yes. It it Vim's feature.