aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-28 21:40:21 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-28 21:41:10 +0200
commit0d565d62ae857fd8e8f8c7f1457579156a76968d (patch)
tree275410f0b2124f23e832bbf52a0fb1bf1caddb0a /runtime/doc
parent9f7e1cec054a727695891d97ed40355e8dc30baf (diff)
downloadrneovim-0d565d62ae857fd8e8f8c7f1457579156a76968d.tar.gz
rneovim-0d565d62ae857fd8e8f8c7f1457579156a76968d.tar.bz2
rneovim-0d565d62ae857fd8e8f8c7f1457579156a76968d.zip
vim-patch:220adb1e9f9e
A few more runtime updates. https://github.com/vim/vim/commit/220adb1e9f9e0b27d28185167d2730bf2f93057d
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/pattern.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt
index 1d0f42c222..c951a58734 100644
--- a/runtime/doc/pattern.txt
+++ b/runtime/doc/pattern.txt
@@ -354,8 +354,8 @@ For starters, read chapter 27 of the user manual |usr_27.txt|.
*/\%#=* *two-engines* *NFA*
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, but does not
- support everything.
+2. A new, NFA engine that works much faster on some patterns, possibly slower
+ on some patterns.
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