commit | 8c731505b094bdad100484373387b4c4658300d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 23 15:57:49 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 23 15:57:49 2014 +0100 |
tree | 64df40dcd63674bc50ed98a774a761a1358b73b6 | |
parent | 66a3e797a285a546348d25d3b7cba315b299a3de [diff] [blame] |
updated for version 7.4.527 Problem: Still confusing regexp failure and NFA_TOO_EXPENSIVE. Solution: NFA changes equivalent of 7.4.526.
diff --git a/src/version.c b/src/version.c index 80e2d35..a3adca8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 527, +/**/ 526, /**/ 525,