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 change auto-popup start #464

Closed suptimal closed 10 years ago

suptimal commented 10 years ago

hello,

first, thx for ur GREAT plugins ;)

next, if i type just an "<" i got a big completion-list and i'am to stupid to figure out how to configure neocomplcache to wait until i've typed "<bod" for example.

I've ryed this two settings

let g:neocomplcache_min_syntax_length = 5
let g:neocomplcache_auto_completion_start_length = 5
Shougo commented 10 years ago

It is from omni source. You can change the behavior by g:neocomplete#sources#omni#input_patterns.