diff src/version.c @ 5502:5ad60cd88339 v7.4.100

updated for version 7.4.100 Problem: NFA regexp doesn't handle backreference correctly. (Ryuichi Hayashida, Urtica Dioica) Solution: Always add NFA_SKIP, also when it already exists at the start position.
author Bram Moolenaar <bram@vim.org>
date Thu, 21 Nov 2013 16:03:40 +0100
parents 8451f643a13e
children ec5d11403c19
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    100,
+/**/
     99,
 /**/
     98,