diff options
author | Matthieu Coudron <teto@users.noreply.github.com> | 2021-01-03 10:10:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 10:10:10 +0100 |
commit | 7a81a0c073704505b420d02420f0c6b64f031983 (patch) | |
tree | 16bb875f081a6250a97c62c1f1de228e0cc21d0e /runtime | |
parent | 84d08358b7c4af1d92c7d47edc2c7ae9594ffae4 (diff) | |
parent | 215aa83b2af85939900739a94f0d4d00902a2fed (diff) | |
download | rneovim-7a81a0c073704505b420d02420f0c6b64f031983.tar.gz rneovim-7a81a0c073704505b420d02420f0c6b64f031983.tar.bz2 rneovim-7a81a0c073704505b420d02420f0c6b64f031983.zip |
Merge pull request #13665 from janlazo/vim-8.2.0917
vim-patch:8.1.{1667,1672,1822},8.2.{407,917}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/quickfix.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index eb66d802ec..fab3b11430 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1330,7 +1330,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 @@ -1401,6 +1405,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 |