vim-errormarker
Highlights and sets error markers for lines with compile errors
- Author: Michael Hofmann
- Newest version: https://github.com/mh21/errormarker.vim
Introduction
Hooks the make quickfix command and converts all compiler errors into signs that are placed next to the line with the error. Additionally, lines with errors are highlighted. Hover with your mouse over such a line to get the error message in a tooltip (only gui), or press \cc. The error markers will be updated on every call to :make.
Screenshots
Doxygen in action with a lot of errors:
Installation
Use pathogen.vim.
cd ~/.vim/bundle
git clone git://github.com/mh21/errormarker.vim
Configuration
To distinguish between warnings and errors for gcc messages, place sth. like this in your .vimrc:
let &errorformat="%f:%l:%c: %t%*[^:]:%m,%f:%l: %t%*[^:]:%m," . &errorformat
If you use a different locale than English, this may be also needed:
set makeprg=LANGUAGE=C\ make
About
A changelog can be found at the end of errormarker.txt.
Get the latest version, submit pull requests, and file bug reports on GitHub:
If you like this plugin, please star and rate it on these sites:

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

