From 9d98fe9cae372d84d0b1f6b56eee4615c91b1307 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 3 Aug 2013 18:35:36 +0200 Subject: Update runtime files. --- runtime/doc/quickfix.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/doc/quickfix.txt') diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 7981439f5..b0420631e 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 7.4b. Last change: 2013 Mar 07 +*quickfix.txt* For Vim version 7.4b. Last change: 2013 Aug 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -899,6 +899,8 @@ invalid. Special characters in 'errorformat' are comma and backslash. See |efm-entries| for how to deal with them. Note that a literal "%" is matched by "%%", thus it is not escaped with a backslash. +Keep in mind that in the `:make` and `:grep` output all NUL characters are +replaced with SOH (0x01). Note: By default the difference between upper and lowercase is ignored. If you want to match case, add "\C" to the pattern |/\C|. -- cgit v1.2.1