aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-11-05 16:32:58 +0800
committerGitHub <noreply@github.com>2022-11-05 16:32:58 +0800
commit1bcddd5b53a0993789df7ec91fecea47dcfcccfa (patch)
tree774c6d91442f0035ac7e03729be79a53fcfc257d /runtime/doc
parent45a3e7f6694c66c3577a47c7ff1fb8bfcc2ab7be (diff)
parente33ffab1a776518dbf59ba5fe82453fa019569eb (diff)
downloadrneovim-1bcddd5b53a0993789df7ec91fecea47dcfcccfa.tar.gz
rneovim-1bcddd5b53a0993789df7ec91fecea47dcfcccfa.tar.bz2
rneovim-1bcddd5b53a0993789df7ec91fecea47dcfcccfa.zip
Merge pull request #20943 from zeertzjq/vim-8.2.4688
vim-patch:8.2.{4688,4693,4978},9.0.0053: regexp fixes
Diffstat (limited to 'runtime/doc')
-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 371a210847..5357aaa3f1 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -372,7 +372,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: