Why is my Vim plugin ALE valid for C files, but not for C++? #3768
Unanswered
zhangyu1131
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use vim-plug to manage plugins.
This is my .vimrc.
When I open c file, it works well.
But when I open c++ file, it doesn't work anymore!
I don't know this is why and I use
ALEInfo
, then I see there is no command history in c++ file.But in c file, there are some commands.
Is there any problem I didn't realize?
Beta Was this translation helpful? Give feedback.
All reactions