PracticalVim Tip107 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 107: Customize the External Compiler

Return to the top: <>

Configure ':make'

References:

Populate the Quickfix List Using Configured Output

The 'errorformat' setting allows us to teach Vim how to parse the output generated by running `:make`.

References:

  • inspect the default value:

References:

  • set the error format:

Set Up 'makeprg' and 'errorformat' with a Single Command

References:

`:compiler` and `:make` Are Not Just for Compiled Languages

⚠️ **GitHub.com Fallback** ⚠️