Skip to content

PracticalVim Tip107

Shuai YUAN edited this page May 29, 2015 · 1 revision

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

Table of Contents


Clone this wiki locally