TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
495 stars 9 forks source link

vimade swallows keystrokes on start #24

Closed hupfdule closed 5 years ago

hupfdule commented 5 years ago

I noticed it when calling git commit. Usually I start entering i and typing my commit message directly after calling git commit. This works well, even if vim didn't fully start up already. However when I have vimade installed it swallows my first keystrokes and the result is some garbage (depending on which keystrokes really made it into vim). I have a lot of other plugins active, but only vimade makes this problem.

TaDaa commented 5 years ago

This was likely being caused by detecttermcolors, which has been causing all kinds of other issues. I've changed detecttermcolors so that its disabled by default (users will have to manually enable it at their own risk).

Let me know if the issue is now fixed by default for you.

hupfdule commented 5 years ago

You are right. That fixes it!

Thank you very much (especially for the fast response!)