maralla / completor.vim

Async completion framework made ease.
MIT License
1.29k stars 63 forks source link

C completion stopped working after file type map was refactored #210

Closed sf1 closed 6 years ago

sf1 commented 6 years ago

Commit 862d172 - Refactored file type map disables code completion in plain C (not C++) projects. Switching back to the previous commit enables it again.

maralla commented 6 years ago

Thanks for reporting! I pushed a commit to fix the bug. Please update.

sf1 commented 6 years ago

All good now. Thanks