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

Strange syntax error in ruby files #465

Closed chrisnicola closed 10 years ago

chrisnicola commented 10 years ago

I'm getting a problem with autocomplete when editing application.rb for rails. After typing config.<any character> the following line appears and breaks autocomplete somewhat:

(eval):1 warning: don't put space before argument parentheses

Not sure where to start with debugging this.

ujihisa commented 10 years ago

it's not because of neocomplcache but because of the ruby complete plugin you are using. Try disabling neocomplcache and config.<C-x><C-o> to call omni-completion manually to see if you get same warning or not.

Shougo commented 10 years ago

Yes. It is not neocomplcache problem.

chrisnicola commented 10 years ago

Could be the way it's configured in SPF13, either way switching to neocomplete eliminated the problem.