When 'make'-ing under vim, there is often a need to vimgrep the files.
In such cases, vimgrep takes over the quickfix buffer, so one needs to re-make in order to browse remaining compiler errors.
Is there a way to avoid this mess?
When 'make'-ing under vim, there is often a need to vimgrep the files.
In such cases, vimgrep takes over the quickfix buffer, so one needs to re-make in order to browse remaining compiler errors.
Is there a way to avoid this mess?
You should have a look at :cold and :cnew, see :h quickfix-error-lists