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

javasript keyword issue #422

Closed lookforit closed 11 years ago

lookforit commented 11 years ago

Hi, when in javascript programming, the key word can't be poped up in the menu. Such as:

Typeof
eval
private

But these key words can be triggered by (c_x)(c_o). How to add them in the automatic list menu?

Shougo commented 11 years ago

OK. It is syntax_complete bug. I will fix later.

Shougo commented 11 years ago

I fixed it. But eval is not syntax highlighted in my syntax file. So, it is not listed.

lookforit commented 11 years ago

would you fix the V8.1 simultaneously,which i 'm using now.

Shougo commented 11 years ago

I fixed it in neocomplcache master branch and neocomplete.vim master branch. V8.1 branch is obsoleted branch. I will delete it in week.

Shougo commented 11 years ago

Note: in neocomplete.vim, variable names will be change on current week! You should use neocomplcache master until variable names are renamed.

lookforit commented 11 years ago

I fixed it.

I updated to the latest(master branch), but it did not work(image is like below).: jssyntax

is there any configuration errors?

Shougo commented 11 years ago

You must make cache manually by :NeoComplCacheCachingSyntax.

lookforit commented 11 years ago

You must make cache manually by :NeoComplCacheCachingSyntax.

yes ,it works now.Thanks.

Shougo commented 11 years ago

I renamed neocomplete variables. So you can try it. But it may have bugs...

lookforit commented 11 years ago

I renamed neocomplete variables. So you can try it.

Got it ,I will try it later.