diff runtime/doc/pattern.txt @ 10191:01521953bdf1

commit https://github.com/vim/vim/commit/220adb1e9f9e0b27d28185167d2730bf2f93057d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 12:17:26 2016 +0200 A few more runtime updates.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 12:30:09 +0200
parents 64035abb986b
children 9f48eab77d62
line wrap: on
line diff
--- 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 @@ 5. An atom can be one of a long list of 
 				*/\%#=* *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