Tagged Questions

5
votes
4answers
835 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 ...
3
votes
2answers
383 views

VIM search for pattern into quickfix

Basically I need to create a quickfix buffer listing all lines that match a regex. What is the best way? The global command may not be the best, but I think it should be usable. The output of the ...
0
votes
2answers
559 views

Using the quickfix window with vim+jslint

I'm using the vim+jslint combo described here, and am having problems figuring out how to use the two together. I'm guessing that the list of errors is supposed to show on the top half and the second ...