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 latest version of neocomplcache's neocomplcache_start_unite_quick_match not work #425

Closed tracyone closed 9 years ago

tracyone commented 11 years ago
imap <expr> `  pumvisible() ? "\<Plug>(neocomplcache_start_unite_quick_match)" : '`'

i press ` then split a unite window i can not see any word by only the letter
like this : a|
b|
c|

Shougo commented 11 years ago

I fixed it.