Lines Matching refs:errorformat

43 The 'errorformat' option should be set to match the error messages from your
44 compiler (see |errorformat| below).
327 of 'errorformat' and the result is added to the
477 You can parse a list of lines using 'errorformat' without creating or
483 'errorformat' to parse the lines without modifying the 'errorformat' option: >
903 5. The errorfile is read using 'errorformat'.
1100 'makeprg' and 'grepformat' instead of 'errorformat'.
1161 option. This option works in the same way as the 'errorformat' option - see
1323 compiler sets 'errorformat' for *TeX output and leaves 'makeprg' untouched. If
1350 from |errorformat-LaTeX| is too complex to keep it working for different
1358 *errorformat* *E372* *E373* *E374*
1360 The 'errorformat' option specifies a list of formats that are recognized. The
1365 Each entry in 'errorformat' is a scanf-like string that describes the format.
1370 Special characters in 'errorformat' are comma and backslash. See
1426 message. See |errorformat-javac| for a useful example.
1461 Multi-line messages *errorformat-multi-line*
1525 'errorformat'. This is useful for patterns that match just about anything.
1535 Important: There is no memory of what part of the errorformat matched before;
1542 current line, even if cc and dd are multi-line errorformat strings.
1546 Separate file name *errorformat-separate-filename*
1586 information. See |errorformat-LaTeX| for an extended example.
1612 escaped ("%\\") in ":set errorformat=" definitions.
1628 Multiple entries in 'errorformat' *efm-entries*
1631 may be put in 'errorformat', separated by commas (note: blanks after the comma
1646 If a line does not completely match one of the entries in 'errorformat', the
1668 This can be matched with this 'errorformat' entry:
1686 see |errorformat-Jikes| and |errorformat-LaTeX|.
1782 to your 'errorformat' to handle the above output.
1791 *errorformat-Jikes*
1795 An 'errorformat' string matching the produced messages is shown below.
1811 *errorformat-javac*
1812 This 'errorformat' has been reported to work well for javac, which outputs a
1820 :setl errorformat=%Z%f:%l:\ %m,%A%p^,%-G%*[^sl]%.%#
1835 *errorformat-ant*
1836 For ant (http://jakarta.apache.org/) the above errorformat has to be modified
1840 The 'errorformat' can also be configured to handle ant together with either
1847 The 'errorformat' which handles ant with both javac and jikes is: >
1851 *errorformat-jade*
1855 *errorformat-LaTeX*
1856 The following is an example how an 'errorformat' string can be specified
1860 It should be easy to adopt the above LaTeX errorformat to any compiler output
1940 *errorformat-Perl*