2025-01-04 03:30:56 +01:00
2025-01-04 02:58:09 +01:00
2025-01-04 02:58:09 +01:00
2025-01-04 02:58:09 +01:00
2025-01-04 02:58:09 +01:00
2025-01-04 03:12:37 +01:00
2025-01-04 02:58:09 +01:00
2025-01-04 03:30:56 +01:00
2025-01-04 02:58:09 +01:00
2025-01-04 03:12:37 +01:00

Errtags

Idea

The normal way to do error reporting is redefining your build-system to vim. Thats disguasting.

The right way should be to hook into the actual build system.

For the details, see documentation.md.

Dependencies

  • Tcl

Installation

  1. Clone the source

  2. Run:

    $ make && make install

  3. Update your config files

    .vimrc

    let g:errtags_events = ["BufEnter", "BufWrite"]

    .bashrc

    alias make='make.sh CC=cc.sh'

  4. Enjoy

Description
No description provided
Readme 41 KiB
Languages
Vim Script 55.8%
Tcl 22.4%
C 9.2%
Makefile 7.5%
Shell 5.1%