maralla / completor.vim

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

completion candidate doesn't show on different buffer window #176

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello,

so I've two files loaded in my vim. I write a word 'XYZ' in one buffer and save the file. Then I start typing 'XYZ' in the second buffer and that completion candidate doesn't show up. If I manually trigger Vim completion after 'XY' using Ctrl-N then it shows 'XYZ' from the other file. But the completor auto-triggered menu doesn't show it.