Marcus Folkesson

Embedded Linux Artist

Quickfix in VIM

Quickfix in VIM One of the most fascinating things with the VIM editor is that you find new features every day, even after many years of heavy usage. Quickfix is one of those features. Quickfix parse your compiler-output and let you easy navigate to the concerned lines with errors and/or warnings. Great hue? How does it work? The builtin command is (surprisingly) make. Just do: :make (without bang character!)