summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-07 14:10:47 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-07 14:10:47 +0200
commite928366de5deca359fad779a4f740db703296302 (patch)
tree7612c416d5cf7d0d9915ff61cc88d4360d3e2096 /runtime
parent975a880a1389e8ce6dea8d66a7c109140b2f94ec (diff)
downloadvim-git-e928366de5deca359fad779a4f740db703296302.tar.gz
patch 8.2.0917: quickfix entries do not suport a "note" typev8.2.0917
Problem: Quickfix entries do not suport a "note" type. Solution: Add support for "note". (partly by Yegappan Lakshmanan, closes #5527, closes #6216)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/quickfix.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index d4ebf5c48..9c1b7d557 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1375,7 +1375,11 @@ Basic items
%v virtual column number (finds a number representing
screen column of the error (1 <tab> == 8 screen
columns))
- %t error type (finds a single character)
+ %t error type (finds a single character):
+ e - error message
+ w - warning message
+ i - info message
+ n - note message
%n error number (finds a number)
%m error message (finds a string)
%r matches the "rest" of a single-line file message %O/P/Q
@@ -1446,6 +1450,7 @@ prefixes are:
%E start of a multi-line error message
%W start of a multi-line warning message
%I start of a multi-line informational message
+ %N start of a multi-line note message
%A start of a multi-line message (unspecified type)
%> for next line start with current pattern again |efm-%>|
%C continuation of a multi-line message