diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-12 12:17:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-12 12:17:26 +0200 |
commit | 220adb1e9f9e0b27d28185167d2730bf2f93057d (patch) | |
tree | 81952477c4f09698a287c23d3e04c9b92f870866 /runtime/doc/pattern.txt | |
parent | e1c8c7a6742be6072290f9aa54ae358060d9c42f (diff) | |
download | vim-220adb1e9f9e0b27d28185167d2730bf2f93057d.zip |
A few more runtime updates.
Diffstat (limited to 'runtime/doc/pattern.txt')
-rw-r--r-- | runtime/doc/pattern.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/pattern.txt b/runtime/doc/pattern.txt index d47fd9255..5d6d8bd6f 100644 --- a/runtime/doc/pattern.txt +++ b/runtime/doc/pattern.txt @@ -1,4 +1,4 @@ -*pattern.txt* For Vim version 7.4. Last change: 2016 Jun 08 +*pattern.txt* For Vim version 7.4. Last change: 2016 Sep 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -355,8 +355,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 |