Lines Matching refs:message
131 used. If there are no errors, then an error message
146 used. If there are no errors, then an error message
162 an error message is displayed. Assumes that the
176 an error message is displayed. Assumes that the
402 deleted for some reason, the message "line changed" is shown to warn you that
841 list, an error message is given.
850 list, an error message is given.
1268 started and the cursor is positioned on the first error. The error message
1361 first format that matches with an error message is used. You can add several
1395 e - error message
1396 w - warning message
1397 i - info message
1398 n - note message
1400 %m error message (finds a string)
1401 %r matches the "rest" of a single-line file message %O/P/Q
1426 message. See |errorformat-javac| for a useful example.
1466 %E start of a multi-line error message
1467 %W start of a multi-line warning message
1468 %I start of a multi-line informational message
1469 %N start of a multi-line note message
1470 %A start of a multi-line message (unspecified type)
1472 %C continuation of a multi-line message
1473 %Z end of a multi-line message
1489 And the |:clist| error message generated for this error is:
1494 error message (line numbers are not part of the actual output):
1510 Say you want |:clist| write the relevant information of this message only,
1520 it also hides line 7 which would trigger a separate error message otherwise.
1550 %O single-line file message: overread the matched part
1551 %P single-line file message: push file %f onto the stack
1552 %Q single-line file message: pop the last file from stack
1599 %-G ignore this message
1600 %+G general message
1634 file name is removed and the error message is set to the whole message. If
1647 whole line is put in the error message and the entry is marked "not valid"
1750 This can only be solved with a "leave directory" message.
1766 message or by printing "leave directory" messages.
1785 messages is the current directory. This is why you could just use the message
1806 Jikes(TM) produces a single-line error message when invoked with the option
1830 - Moves the line with the filename, line number, error message to just after
1832 vim's notion of a "multi-line message" and also doesn't force us to include
1833 it as a "continuation of a multi-line message."