summaryrefslogtreecommitdiffstats
path: root/runtime/doc/pattern.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2022-05-18 15:04:02 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-18 15:04:02 +0100
commit360da40b47a84ee8586c3b5d062f8c64a2ac9cc6 (patch)
tree0be4a080f9ef8f262bf93da97dd512de6cfdea98 /runtime/doc/pattern.txt
parente2bd8600b873d2cd1f9d667c28cba8b1dba18839 (diff)
patch 8.2.4978: no error if engine selection atom is not at the startv8.2.4978
Problem: No error if engine selection atom is not at the start. Solution: Give an error. (Christian Brabandt, closes #10439)
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r--runtime/doc/pattern.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
index 7de1824185..50fd53c853 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -379,7 +379,7 @@ Vim includes two regexp engines:
1. An old, backtracking engine that supports everything.
2. A new, NFA engine that works much faster on some patterns, possibly slower
on some patterns.
-
+ *E1281*
Vim will automatically select the right engine for you. However, if you run
into a problem or want to specifically select one engine or the other, you can
prepend one of the following to the pattern: