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

neocomplcache does not work for erlang #447

Closed dcy closed 11 years ago

dcy commented 11 years ago

It seems that neocomplcache does not work for erlang. It work for xxx.py or other, not popup for erlang. Thanks!

Shougo commented 11 years ago

Is it same problem?

https://github.com/Shougo/neocomplete.vim/issues/42

dcy commented 11 years ago

My problem is the variable in erlang can not popup

2013/8/12 Shougo notifications@github.com

Is it same problem?

Shougo/neocomplete.vim#42https://github.com/Shougo/neocomplete.vim/issues/42

— Reply to this email directly or view it on GitHubhttps://github.com/Shougo/neocomplcache.vim/issues/447#issuecomment-22471942 .

Shougo commented 11 years ago

Please explain detailed information to me with screenshot.

dcy commented 11 years ago

Sorry! Here I will explain by screenshot. The variable in python will auto popup python

but can not popup in Erlang, beside the Erlang module's name like lists, file. erlang_not_work erlang_work

Shougo commented 11 years ago

Thanks. Can you upload the erlang script for test? I will test it.

dcy commented 11 years ago

I sent the erlang script to you by gmail, because it can not upload file in "issues".

2013/8/12 Shougo notifications@github.com

Can you upload the erlang script for test?

— Reply to this email directly or view it on GitHubhttps://github.com/Shougo/neocomplcache.vim/issues/447#issuecomment-22480348 .

Shougo commented 11 years ago

I fixed it. Please update neocomplete and execute :NeoCompleteClean command.

dcy commented 11 years ago

Did you update neocomplete.vim? I use neocomplcache.vim.

dcy commented 11 years ago

Thanks!My problem is solved when i use neocomplete.vim.