Tagged Questions
5
votes
4answers
877 views
Preventing :make in VIM from going to a warning
I have a warning I can not easily remove from my build, every time i run ":make" from inside vim the quickfix takes me to some header file I don't care about. How can I prevent VIM from doing this and ...