From c6f9c100711e4ab079b65f50c8b9fea34a8f0fe4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 6 Aug 2014 22:07:09 +1000 Subject: [PATCH] Mention 'findflags' under :help /. --- common/locale/en-US/pattern.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml index 78088274..62f62df7 100644 --- a/common/locale/en-US/pattern.xml +++ b/common/locale/en-US/pattern.xml @@ -61,6 +61,11 @@
\r
Process the entire pattern as a regular expression.
\R
Process the entire pattern as an ordinary string.
+ +

+ findflags can be used to set flags that will be applied + implicitly to each search. +