Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dictionary complete #15

Closed
kdurant opened this issue Jun 21, 2013 · 3 comments
Closed

dictionary complete #15

kdurant opened this issue Jun 21, 2013 · 3 comments

Comments

@kdurant
Copy link

kdurant commented Jun 21, 2013

I set dictionary complete like below, when I used neocomplcache, it works well
" let g:neocomplcache_dictionary_filetype_lists = {
" \ 'default' : '',
" \ 'c' : $HOME.'/PluginConfig/neocomplcache/c.dict',
" \ 'txt' : $HOME.'/PluginConfig/neocomplcache/verilog.dict',
" \ 'verilog' : $HOME.'/PluginConfig/neocomplcache/verilog.dict',
" \ }

I set dictionary complete like below, when I used neocomplete, it don't work
let g:neocomplete#sources#dictionary#dictionaries = {
\ 'default' : '',
\ 'c' : $HOME.'/PluginConfig/neocomplete/c.dict',
\ 'txt' : $HOME.'/PluginConfig/neocomplete/verilog.dict',
\ 'verilog' : $HOME.'/PluginConfig/neocomplete/verilog.dict',
\ }

what happend

@weynhamz
Copy link

I can confirm this, it seems that our new Lua cache loader neocomplete#cache#check_cache does not cooperate well with autoload/neocomplete/sources/dictionary.vim

@Shougo
Copy link
Owner

Shougo commented Jun 22, 2013

I fixed it.

@weynhamz
Copy link

@Shougo Thanks. It indeed fixed. You can close this issue now I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants