commit | f46da70603be5280555da3bc8b5519b807e93afd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 22:37:42 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 22:37:42 2013 +0200 |
tree | 3b54e3ed8c17864337d2d9a6db0c233a6c973b9c | |
parent | f18fb7af7504a47e59ce85ddd1e50b56651a80d3 [diff] [blame] |
updated for version 7.3.1105 Problem: New regexp engine: too much code in one function. Dead code. Solution: Move the recursive nfa_regmatch call to a separate function. Remove the dead code.
diff --git a/src/version.c b/src/version.c index 5732072..3b33ece 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1105, +/**/ 1104, /**/ 1103,