maralla / completor.vim

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

Filename completion suddenly stopped working #268

Open nandishks1 opened 5 years ago

nandishks1 commented 5 years ago

I was using the completor commit 4ef67a0 (May 13th 2019 commit) and file completion was working. Recently I updated the completor to latest version and filename completion is not working. I am on RHEL6.9 with vim version 8.1.1527 I use completor as my daily driver, please help. With little bit of looking, I found that commit 7fd4c5c (May 30th 2019 commit) is causing this issue. The commit message for 7fd4c5c reads "Only allow comment and constant to complete filename", is there an option to enable filename completion in non-comment lines ?