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

Error detected while processing autoload/mucomplete.vim #2

Closed
sunaku opened this issue Oct 23, 2016 · 1 comment
Closed

Error detected while processing autoload/mucomplete.vim #2

sunaku opened this issue Oct 23, 2016 · 1 comment

Comments

@sunaku
Copy link

sunaku commented Oct 23, 2016

With this line in my vimrc:

let g:mucomplete#enable_auto_at_startup = 1

I get this error at NeoVim 0.1.5 startup:

Error detected while processing autoload/mucomplete.vim:
line   40:
E15: Invalid expression: > 1 } " Try always
E15: Invalid expression: { _ -> 1 } " Try always
line   51:
E15: Invalid expression: > strlen(&l:dictionary) > 0 },     'file':  { t -> t =~# '/' },     'omni':  { t -> strlen(&l:omnifunc) > 0 },     'spel':  { t -> &l:spell },     'tags':  { t -> !empty(tagfiles()) },     'thes':  { t -> strlen(&l:thesaurus) > 0 },     'user':  { t -> strlen(&l:completefunc) > 0 }   }, get(get(g:, 'mucomplete#can_complete', {}), 'default', {})) }, get(g:, 'mucomplete#can_complete', {}), 'keep')
E116: Invalid arguments for function extend({     'dict':  { t -> strlen(&l:dictionary) > 0 },     'file':  { t -> t =~# '/' },     'omni':  { t -> strlen(&l:omnifunc) > 0 },     'spel':  { t -> &l:spell },     'tags':  { t -> !empty(tagfiles()) },     'thes':  { t -> strlen(&l:thesaurus) > 0 },     'user':  { t -> strlen(&l:completefunc) > 0 }   }, get(get(g:, 'mucomplete#can_complete', {}), 'default', {})) }, get(g:, 'mucomplete#can_complete', {}), 'keep')
E116: Invalid arguments for function extend({ 'default' : extend({     'dict':  { t -> strlen(&l:dictionary) > 0 },     'file':  { t -> t =~# '/' },     'omni':  { t -> strlen(&l:omnifunc) > 0 },     'spel':  { t -> &l:spell },     'tags':  { t -> !empty(tagfiles()) },     'thes':  { t -> strlen(&l:thesaurus) > 0 },  'user':  { t -> strlen(&l:completefunc) > 0 }   }, get(get(g:, 'mucomplete#can_complete', {}), 'default', {})) }, get(g:, 'mucomplete#can_complete', {}), 'keep')
E15: Invalid expression: extend({ 'default' : extend({     'dict':  { t -> strlen(&l:dictionary) > 0 },     'file':  { t -> t =~# '/' },     'omni':  { t -> strlen(&l:omnifunc) > 0 },     'spel':  { t -> &l:spell },     'tags':  { t -> !empty(tagfiles()) },     'thes':  { t -> strlen(&l:thesaurus) > 0 },     'user':  { t -> strlen(&l:completefunc) > 0 }   }, get(get(g:, 'mucomplete#can_complete', {}), 'default', {})) }, get(g:, 'mucomplete#can_complete', {}), 'keep')
Press ENTER or type command to continue
@lifepillar
Copy link
Owner

Closed as duplicate of #1.

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

No branches or pull requests

2 participants