maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

No completion refresh since commit 1b088 #200

Closed soywod closed 6 years ago

soywod commented 6 years ago

Since last commit, when I type the . character, I get all completion in the popup, but when I continue to type, the popup does not refresh anymore. It refreshes only when I delete a character. I rolled back to previous commit and no problem anymore. Any idea ?

I tried in a TypeScript file, after accessing a object property (but this problem seems to be general)

maralla commented 6 years ago

Is this config g:completor_refresh_always set to 0 in your vimrc?

soywod commented 6 years ago

Not, it's at 1. Well, I noticed that it's even the case with previous commit. Here a screen :

ezgif com-optimize

The completion is good, but it's doesn't refresh when I type, only when I delete characters. Any idea ?

maralla commented 6 years ago

Have you installed the latest version of https://github.com/maralla/completor-typescript?

I just tested in my environment without any special config and it worked very well:

demo

soywod commented 6 years ago

It works with your completor-typescript plugin, but not without. Thank you, I close the issue.