-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathREADME
More file actions
8 lines (5 loc) · 661 Bytes
/
README
File metadata and controls
8 lines (5 loc) · 661 Bytes
1
2
3
4
5
6
7
8
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1861
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.
A screenshot of doxygen in action with a lot of errors can be found at http://mh21.github.io/vim-error-markers-doxygen.png.
Get the latest version, submit pull requests, and file bug reports on GitHub:
https://github.com/mh21/errormarker.vim