baverman / vial

A framework to develop plugins for Vim in python
MIT License
10 stars 1 forks source link

YCM errors when closing vim and having vial installed #6

Open fvictorio opened 5 years ago

fvictorio commented 5 years ago

This is a very, very edge case, but I'll report it just in case someone finds it useful.

If you have YouCompleteMe and vial installed at the same time, and then open a file using process substitution (vim <(echo foo)), when you close vim a lot of YCM errors are shown, which is very annoying.

Just to be clear: YCM stops working when you open a process subtitution file. That is not caused by vial. But the fact that the errors are shown seems to be.

More information just in case:

I guess this is a wontfix, so I won't mind if this it's immediately closed :slightly_smiling_face: