errormarker

errormarker is a Vim plugin that highlights and sets error markers for lines with compile errors.
Download

errormarker Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Michael Hofmann
  • Publisher web site:
  • http://www.vim.org/scripts/script.php?script_id=1861

errormarker Tags


errormarker Description

errormarker is a Vim plugin that highlights and sets error markers for lines with compile errors. errormarker is a Vim plugin that highlights and sets error markers for lines with compile errors.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). The error markers will be updated on every call to :make. About Vim:Vim is a text editor first released by Bram Moolenaar in 1991 for the Amiga computer. Vim was created as an extended version of the vi editor, with many additional features designed to be helpful in editing program source code; its full name is Vi IMproved.While Vim is cross-platform, it is most popular on Unix-like operating systems.Released under a software license compatible with the GNU General Public License, Vim is free and open source software. The program's license includes some charityware clauses.Like vi, Vim's interface is based not on menus or icons but on commands given in a text user interface; its GUI mode, gVim, adds menus and toolbars for commonly used commands but the full functionality is still expressed through its command line mode.For many users learning Vim may be difficult and slow initially, but once the basics are understood they progress quickly and editing becomes more efficient. To facilitate this, Vim has a built-in tutorial for beginners. There is also the Vim Users' Manual that details the basic and more advanced Vim features. This manual can be read from within Vim, or found online.Vim also has a built-in help facility (using the :help command) that allows users to query and navigate through commands and features.Requirements:· VimINSTALLATION:Copy the file errormarker.vim into ~/.vim/plugin. The help file will be automatically installed the next time VIM is launched.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," . &errorformatIf you use a different locale than English, this may be also needed: set makeprg=LANGUAGE=C make


errormarker Related Software