maralla / completor.vim

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

'@' in file path seems to break file completition #194

Closed tomaskallup closed 6 years ago

tomaskallup commented 6 years ago

I have a @types folder in my project, which contains typescript typings, if I try to import the file, completor leads me to the directory (first attached picture) once I select it, the completition breaks and thinks my path starts with / (second picture).

screen shot 2018-04-04 at 13 51 56 screen shot 2018-04-04 at 13 52 04
maralla commented 6 years ago

The commit 9ef09cf30c35f75c2a05c440e330fc8918ab72c9 fixed the problem. Please update.

tomaskallup commented 6 years ago

Perfect, thanks!