summaryrefslogtreecommitdiffstats
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-01 22:38:45 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-01 22:38:45 +0200
commitc873442b15bb94dc099363f6e1ffa57cc4d3ea04 (patch)
treeca9eecc75974b157665c25a99b083e9bf813154c /runtime/doc/quickfix.txt
parentf13de07e492fc0a4a0af12434f3d282f9c989ed4 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 22562d70ba..0b38609242 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -913,8 +913,8 @@ Basic items
%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
- %p pointer line (finds a sequence of '-', '.' or ' ' and
- uses the length for the column number)
+ %p pointer line (finds a sequence of '-', '.', ' ' or
+ tabs and uses the length for the column number)
%*{conv} any scanf non-assignable conversion
%% the single '%' character
%s search text (finds a string)