Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vim-scripts/errormarker.vim

Highlights and sets error markers for lines with compile errors
https://github.com/vim-scripts/errormarker.vim

Last synced: about 2 months ago
JSON representation

Highlights and sets error markers for lines with compile errors

Awesome Lists containing this project

README

        

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