errormarker.vim : Highlights and sets error markers for lines with compile errors
script karma |
Rating 209/76,
Downloaded by 7282 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Michael Hofmann |
|
script type |
utility |
|
description |
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 |
|
install details |
Use pathogen.vim.
cd ~/.vim/bundle
git clone git://github.com/mh21/errormarker.vim
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.216.69.239
|